Uses of Class
com.oracle.bmc.resourceanalytics.requests.DeleteTenancyAttachmentRequest
-
Packages that use DeleteTenancyAttachmentRequest Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.requests -
-
Uses of DeleteTenancyAttachmentRequest in com.oracle.bmc.resourceanalytics
Methods in com.oracle.bmc.resourceanalytics with parameters of type DeleteTenancyAttachmentRequest Modifier and Type Method Description DeleteTenancyAttachmentResponse
TenancyAttachment. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request)
Deletes a TenancyAttachment.Future<DeleteTenancyAttachmentResponse>
TenancyAttachmentAsync. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request, AsyncHandler<DeleteTenancyAttachmentRequest,DeleteTenancyAttachmentResponse> handler)
Deletes a TenancyAttachment.Future<DeleteTenancyAttachmentResponse>
TenancyAttachmentAsyncClient. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request, AsyncHandler<DeleteTenancyAttachmentRequest,DeleteTenancyAttachmentResponse> handler)
DeleteTenancyAttachmentResponse
TenancyAttachmentClient. deleteTenancyAttachment(DeleteTenancyAttachmentRequest request)
Method parameters in com.oracle.bmc.resourceanalytics with type arguments of type DeleteTenancyAttachmentRequest 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 DeleteTenancyAttachmentRequest in com.oracle.bmc.resourceanalytics.requests
Methods in com.oracle.bmc.resourceanalytics.requests that return DeleteTenancyAttachmentRequest Modifier and Type Method Description DeleteTenancyAttachmentRequest
DeleteTenancyAttachmentRequest.Builder. build()
Build the instance of DeleteTenancyAttachmentRequest as configured by this builderDeleteTenancyAttachmentRequest
DeleteTenancyAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTenancyAttachmentRequest as configured by this builderMethods in com.oracle.bmc.resourceanalytics.requests with parameters of type DeleteTenancyAttachmentRequest Modifier and Type Method Description DeleteTenancyAttachmentRequest.Builder
DeleteTenancyAttachmentRequest.Builder. copy(DeleteTenancyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-