Uses of Class
com.oracle.bmc.governancerulescontrolplane.responses.GetTenancyAttachmentResponse
-
Packages that use GetTenancyAttachmentResponse Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of GetTenancyAttachmentResponse in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return GetTenancyAttachmentResponse Modifier and Type Method Description GetTenancyAttachmentResponse
GovernanceRule. getTenancyAttachment(GetTenancyAttachmentRequest request)
Get the specified tenancy attachment’s information.GetTenancyAttachmentResponse
GovernanceRuleClient. getTenancyAttachment(GetTenancyAttachmentRequest request)
Method parameters in com.oracle.bmc.governancerulescontrolplane with type arguments of type GetTenancyAttachmentResponse Modifier and Type Method Description Future<GetTenancyAttachmentResponse>
GovernanceRuleAsync. getTenancyAttachment(GetTenancyAttachmentRequest request, AsyncHandler<GetTenancyAttachmentRequest,GetTenancyAttachmentResponse> handler)
Get the specified tenancy attachment’s information.Future<GetTenancyAttachmentResponse>
GovernanceRuleAsyncClient. getTenancyAttachment(GetTenancyAttachmentRequest request, AsyncHandler<GetTenancyAttachmentRequest,GetTenancyAttachmentResponse> handler)
-
Uses of GetTenancyAttachmentResponse in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return GetTenancyAttachmentResponse Modifier and Type Method Description GetTenancyAttachmentResponse
GetTenancyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type GetTenancyAttachmentResponse Modifier and Type Method Description GetTenancyAttachmentResponse.Builder
GetTenancyAttachmentResponse.Builder. copy(GetTenancyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-