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.odaMethods in com.oracle.bmc.oda that return DeleteOdaPrivateEndpointResponse Modifier and Type Method Description DeleteOdaPrivateEndpointResponseManagement. deleteOdaPrivateEndpoint(DeleteOdaPrivateEndpointRequest request)Starts an asynchronous job to delete the specified ODA Private Endpoint.DeleteOdaPrivateEndpointResponseManagementClient. 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.responsesMethods in com.oracle.bmc.oda.responses that return DeleteOdaPrivateEndpointResponse Modifier and Type Method Description DeleteOdaPrivateEndpointResponseDeleteOdaPrivateEndpointResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type DeleteOdaPrivateEndpointResponse Modifier and Type Method Description DeleteOdaPrivateEndpointResponse.BuilderDeleteOdaPrivateEndpointResponse.Builder. copy(DeleteOdaPrivateEndpointResponse o)Copy method to populate the builder with values from the given instance.
 
-