Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.DeletePrivateEndpointResponse
-
Packages that use DeletePrivateEndpointResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of DeletePrivateEndpointResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse
ShardedDatabaseService. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Delete the given private endpoint.DeletePrivateEndpointResponse
ShardedDatabaseServiceClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type DeletePrivateEndpointResponse Modifier and Type Method Description Future<DeletePrivateEndpointResponse>
ShardedDatabaseServiceAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Delete the given private endpoint.Future<DeletePrivateEndpointResponse>
ShardedDatabaseServiceAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type DeletePrivateEndpointResponse Modifier and Type Method Description Future<DeletePrivateEndpointResponse>
ShardedDatabaseServiceAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Delete the given private endpoint.Future<DeletePrivateEndpointResponse>
ShardedDatabaseServiceAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
-
Uses of DeletePrivateEndpointResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse
DeletePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse.Builder
DeletePrivateEndpointResponse.Builder. copy(DeletePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-