Uses of Class
com.oracle.bmc.oda.requests.DeleteOdaPrivateEndpointAttachmentRequest
-
Packages that use DeleteOdaPrivateEndpointAttachmentRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of DeleteOdaPrivateEndpointAttachmentRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteOdaPrivateEndpointAttachmentRequest 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 DeleteOdaPrivateEndpointAttachmentRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return DeleteOdaPrivateEndpointAttachmentRequest Modifier and Type Method Description DeleteOdaPrivateEndpointAttachmentRequest
DeleteOdaPrivateEndpointAttachmentRequest.Builder. build()
Build the instance of DeleteOdaPrivateEndpointAttachmentRequest as configured by this builderDeleteOdaPrivateEndpointAttachmentRequest
DeleteOdaPrivateEndpointAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOdaPrivateEndpointAttachmentRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type DeleteOdaPrivateEndpointAttachmentRequest Modifier and Type Method Description DeleteOdaPrivateEndpointAttachmentRequest.Builder
DeleteOdaPrivateEndpointAttachmentRequest.Builder. copy(DeleteOdaPrivateEndpointAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-