Uses of Class
com.oracle.bmc.oda.responses.DeleteOdaPrivateEndpointAttachmentResponse
-
Packages that use DeleteOdaPrivateEndpointAttachmentResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of DeleteOdaPrivateEndpointAttachmentResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return DeleteOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description DeleteOdaPrivateEndpointAttachmentResponse
Management. deleteOdaPrivateEndpointAttachment(DeleteOdaPrivateEndpointAttachmentRequest request)
Starts an asynchronous job to delete the specified ODA Private Endpoint Attachment.DeleteOdaPrivateEndpointAttachmentResponse
ManagementClient. deleteOdaPrivateEndpointAttachment(DeleteOdaPrivateEndpointAttachmentRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type DeleteOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description Future<DeleteOdaPrivateEndpointAttachmentResponse>
ManagementAsync. deleteOdaPrivateEndpointAttachment(DeleteOdaPrivateEndpointAttachmentRequest request, AsyncHandler<DeleteOdaPrivateEndpointAttachmentRequest,DeleteOdaPrivateEndpointAttachmentResponse> handler)
Starts an asynchronous job to delete the specified ODA Private Endpoint Attachment.Future<DeleteOdaPrivateEndpointAttachmentResponse>
ManagementAsyncClient. deleteOdaPrivateEndpointAttachment(DeleteOdaPrivateEndpointAttachmentRequest request, AsyncHandler<DeleteOdaPrivateEndpointAttachmentRequest,DeleteOdaPrivateEndpointAttachmentResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description Future<DeleteOdaPrivateEndpointAttachmentResponse>
ManagementAsync. deleteOdaPrivateEndpointAttachment(DeleteOdaPrivateEndpointAttachmentRequest request, AsyncHandler<DeleteOdaPrivateEndpointAttachmentRequest,DeleteOdaPrivateEndpointAttachmentResponse> handler)
Starts an asynchronous job to delete the specified ODA Private Endpoint Attachment.Future<DeleteOdaPrivateEndpointAttachmentResponse>
ManagementAsyncClient. deleteOdaPrivateEndpointAttachment(DeleteOdaPrivateEndpointAttachmentRequest request, AsyncHandler<DeleteOdaPrivateEndpointAttachmentRequest,DeleteOdaPrivateEndpointAttachmentResponse> handler)
-
Uses of DeleteOdaPrivateEndpointAttachmentResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return DeleteOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description DeleteOdaPrivateEndpointAttachmentResponse
DeleteOdaPrivateEndpointAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type DeleteOdaPrivateEndpointAttachmentResponse Modifier and Type Method Description DeleteOdaPrivateEndpointAttachmentResponse.Builder
DeleteOdaPrivateEndpointAttachmentResponse.Builder. copy(DeleteOdaPrivateEndpointAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-