Uses of Class
com.oracle.bmc.fusionapps.requests.DeleteServiceAttachmentRequest
-
Packages that use DeleteServiceAttachmentRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of DeleteServiceAttachmentRequest in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps with parameters of type DeleteServiceAttachmentRequest Modifier and Type Method Description DeleteServiceAttachmentResponse
FusionApplications. deleteServiceAttachment(DeleteServiceAttachmentRequest request)
Delete a service attachment by identifierFuture<DeleteServiceAttachmentResponse>
FusionApplicationsAsync. deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
Delete a service attachment by identifierFuture<DeleteServiceAttachmentResponse>
FusionApplicationsAsyncClient. deleteServiceAttachment(DeleteServiceAttachmentRequest request, AsyncHandler<DeleteServiceAttachmentRequest,DeleteServiceAttachmentResponse> handler)
DeleteServiceAttachmentResponse
FusionApplicationsClient. deleteServiceAttachment(DeleteServiceAttachmentRequest request)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type DeleteServiceAttachmentRequest 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 DeleteServiceAttachmentRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return DeleteServiceAttachmentRequest Modifier and Type Method Description DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest.Builder. build()
Build the instance of DeleteServiceAttachmentRequest as configured by this builderDeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteServiceAttachmentRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type DeleteServiceAttachmentRequest Modifier and Type Method Description DeleteServiceAttachmentRequest.Builder
DeleteServiceAttachmentRequest.Builder. copy(DeleteServiceAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-