Uses of Class
com.oracle.bmc.resourceanalytics.responses.DeleteTenancyAttachmentResponse
-
Packages that use DeleteTenancyAttachmentResponse Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.responses -
-
Uses of DeleteTenancyAttachmentResponse in com.oracle.bmc.resourceanalytics
Methods in com.oracle.bmc.resourceanalytics that return DeleteTenancyAttachmentResponse Modifier and Type Method Description DeleteTenancyAttachmentResponse
TenancyAttachment. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request)
Deletes a TenancyAttachment.DeleteTenancyAttachmentResponse
TenancyAttachmentClient. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request)
Methods in com.oracle.bmc.resourceanalytics that return types with arguments of type DeleteTenancyAttachmentResponse Modifier and Type Method Description Future<DeleteTenancyAttachmentResponse>
TenancyAttachmentAsync. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request, AsyncHandler<DeleteTenancyAttachmentRequest,DeleteTenancyAttachmentResponse> handler)
Deletes a TenancyAttachment.Future<DeleteTenancyAttachmentResponse>
TenancyAttachmentAsyncClient. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request, AsyncHandler<DeleteTenancyAttachmentRequest,DeleteTenancyAttachmentResponse> handler)
Method parameters in com.oracle.bmc.resourceanalytics with type arguments of type DeleteTenancyAttachmentResponse Modifier and Type Method Description Future<DeleteTenancyAttachmentResponse>
TenancyAttachmentAsync. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request, AsyncHandler<DeleteTenancyAttachmentRequest,DeleteTenancyAttachmentResponse> handler)
Deletes a TenancyAttachment.Future<DeleteTenancyAttachmentResponse>
TenancyAttachmentAsyncClient. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request, AsyncHandler<DeleteTenancyAttachmentRequest,DeleteTenancyAttachmentResponse> handler)
-
Uses of DeleteTenancyAttachmentResponse in com.oracle.bmc.resourceanalytics.responses
Methods in com.oracle.bmc.resourceanalytics.responses that return DeleteTenancyAttachmentResponse Modifier and Type Method Description DeleteTenancyAttachmentResponse
DeleteTenancyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourceanalytics.responses with parameters of type DeleteTenancyAttachmentResponse Modifier and Type Method Description DeleteTenancyAttachmentResponse.Builder
DeleteTenancyAttachmentResponse.Builder. copy(DeleteTenancyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-