Uses of Class
com.oracle.bmc.distributeddatabase.responses.DeleteDistributedDatabasePrivateEndpointResponse
-
Packages that use DeleteDistributedDatabasePrivateEndpointResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of DeleteDistributedDatabasePrivateEndpointResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return DeleteDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description DeleteDistributedDatabasePrivateEndpointResponse
DistributedDbPrivateEndpointService. deleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request)
Deletes the given DistributedDatabasePrivateEndpoint.DeleteDistributedDatabasePrivateEndpointResponse
DistributedDbPrivateEndpointServiceClient. deleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type DeleteDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description Future<DeleteDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsync. deleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request, AsyncHandler<DeleteDistributedDatabasePrivateEndpointRequest,DeleteDistributedDatabasePrivateEndpointResponse> handler)
Deletes the given DistributedDatabasePrivateEndpoint.Future<DeleteDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsyncClient. deleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request, AsyncHandler<DeleteDistributedDatabasePrivateEndpointRequest,DeleteDistributedDatabasePrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type DeleteDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description Future<DeleteDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsync. deleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request, AsyncHandler<DeleteDistributedDatabasePrivateEndpointRequest,DeleteDistributedDatabasePrivateEndpointResponse> handler)
Deletes the given DistributedDatabasePrivateEndpoint.Future<DeleteDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsyncClient. deleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request, AsyncHandler<DeleteDistributedDatabasePrivateEndpointRequest,DeleteDistributedDatabasePrivateEndpointResponse> handler)
-
Uses of DeleteDistributedDatabasePrivateEndpointResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return DeleteDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description DeleteDistributedDatabasePrivateEndpointResponse
DeleteDistributedDatabasePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type DeleteDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description DeleteDistributedDatabasePrivateEndpointResponse.Builder
DeleteDistributedDatabasePrivateEndpointResponse.Builder. copy(DeleteDistributedDatabasePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-