Uses of Class
com.oracle.bmc.oda.responses.DeleteOdaPrivateEndpointResponse
-
Packages that use DeleteOdaPrivateEndpointResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of DeleteOdaPrivateEndpointResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return DeleteOdaPrivateEndpointResponse Modifier and Type Method Description DeleteOdaPrivateEndpointResponse
Management. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request)
Starts an asynchronous job to delete the specified ODA Private Endpoint.DeleteOdaPrivateEndpointResponse
ManagementClient. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type DeleteOdaPrivateEndpointResponse 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)
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteOdaPrivateEndpointResponse 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 DeleteOdaPrivateEndpointResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return DeleteOdaPrivateEndpointResponse Modifier and Type Method Description DeleteOdaPrivateEndpointResponse
DeleteOdaPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type DeleteOdaPrivateEndpointResponse Modifier and Type Method Description DeleteOdaPrivateEndpointResponse.Builder
DeleteOdaPrivateEndpointResponse.Builder. copy(DeleteOdaPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-