Uses of Class
com.oracle.bmc.oda.requests.DeleteOdaPrivateEndpointRequest
-
Packages that use DeleteOdaPrivateEndpointRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of DeleteOdaPrivateEndpointRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type DeleteOdaPrivateEndpointRequest Modifier and Type Method Description DeleteOdaPrivateEndpointResponse
Management. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request)
Starts an asynchronous job to delete the specified ODA Private Endpoint.Future<DeleteOdaPrivateEndpointResponse>
ManagementAsync. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request, AsyncHandler<DeleteOdaPrivateEndpointRequest,DeleteOdaPrivateEndpointResponse> handler)
Starts an asynchronous job to delete the specified ODA Private Endpoint.Future<DeleteOdaPrivateEndpointResponse>
ManagementAsyncClient. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request, AsyncHandler<DeleteOdaPrivateEndpointRequest,DeleteOdaPrivateEndpointResponse> handler)
DeleteOdaPrivateEndpointResponse
ManagementClient. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteOdaPrivateEndpointRequest Modifier and Type Method Description Future<DeleteOdaPrivateEndpointResponse>
ManagementAsync. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request, AsyncHandler<DeleteOdaPrivateEndpointRequest,DeleteOdaPrivateEndpointResponse> handler)
Starts an asynchronous job to delete the specified ODA Private Endpoint.Future<DeleteOdaPrivateEndpointResponse>
ManagementAsyncClient. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request, AsyncHandler<DeleteOdaPrivateEndpointRequest,DeleteOdaPrivateEndpointResponse> handler)
-
Uses of DeleteOdaPrivateEndpointRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return DeleteOdaPrivateEndpointRequest Modifier and Type Method Description DeleteOdaPrivateEndpointRequest
DeleteOdaPrivateEndpointRequest.Builder. build()
Build the instance of DeleteOdaPrivateEndpointRequest as configured by this builderDeleteOdaPrivateEndpointRequest
DeleteOdaPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOdaPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type DeleteOdaPrivateEndpointRequest Modifier and Type Method Description DeleteOdaPrivateEndpointRequest.Builder
DeleteOdaPrivateEndpointRequest.Builder. copy(DeleteOdaPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-