Uses of Class
com.oracle.bmc.resourceanalytics.responses.GetTenancyAttachmentResponse
-
Packages that use GetTenancyAttachmentResponse Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.responses -
-
Uses of GetTenancyAttachmentResponse in com.oracle.bmc.resourceanalytics
Methods in com.oracle.bmc.resourceanalytics that return GetTenancyAttachmentResponse Modifier and Type Method Description GetTenancyAttachmentResponse
TenancyAttachment. getTenancyAttachment(GetTenancyAttachmentRequest request)
Gets information about a TenancyAttachment.GetTenancyAttachmentResponse
TenancyAttachmentClient. getTenancyAttachment(GetTenancyAttachmentRequest request)
Method parameters in com.oracle.bmc.resourceanalytics with type arguments of type GetTenancyAttachmentResponse Modifier and Type Method Description Future<GetTenancyAttachmentResponse>
TenancyAttachmentAsync. getTenancyAttachment(GetTenancyAttachmentRequest request, AsyncHandler<GetTenancyAttachmentRequest,GetTenancyAttachmentResponse> handler)
Gets information about a TenancyAttachment.Future<GetTenancyAttachmentResponse>
TenancyAttachmentAsyncClient. getTenancyAttachment(GetTenancyAttachmentRequest request, AsyncHandler<GetTenancyAttachmentRequest,GetTenancyAttachmentResponse> handler)
-
Uses of GetTenancyAttachmentResponse in com.oracle.bmc.resourceanalytics.responses
Methods in com.oracle.bmc.resourceanalytics.responses that return GetTenancyAttachmentResponse Modifier and Type Method Description GetTenancyAttachmentResponse
GetTenancyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourceanalytics.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.
-