Uses of Class
com.oracle.bmc.fusionapps.responses.DeleteServiceAttachmentResponse
-
Packages that use DeleteServiceAttachmentResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of DeleteServiceAttachmentResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return DeleteServiceAttachmentResponse Modifier and Type Method Description DeleteServiceAttachmentResponse
FusionApplications. deleteServiceAttachment(DeleteServiceAttachmentRequest request)
Delete a service attachment by identifierDeleteServiceAttachmentResponse
FusionApplicationsClient. deleteServiceAttachment(DeleteServiceAttachmentRequest request)
Methods in com.oracle.bmc.fusionapps that return types with arguments of type DeleteServiceAttachmentResponse Modifier and Type Method Description Future<DeleteServiceAttachmentResponse>
FusionApplicationsAsync. deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
Delete a service attachment by identifierFuture<DeleteServiceAttachmentResponse>
FusionApplicationsAsyncClient. deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type DeleteServiceAttachmentResponse Modifier and Type Method Description Future<DeleteServiceAttachmentResponse>
FusionApplicationsAsync. deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
Delete a service attachment by identifierFuture<DeleteServiceAttachmentResponse>
FusionApplicationsAsyncClient. deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
-
Uses of DeleteServiceAttachmentResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return DeleteServiceAttachmentResponse Modifier and Type Method Description DeleteServiceAttachmentResponse
DeleteServiceAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type DeleteServiceAttachmentResponse Modifier and Type Method Description DeleteServiceAttachmentResponse.Builder
DeleteServiceAttachmentResponse.Builder. copy(DeleteServiceAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-