Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.DeletePrivateEndpointRequest
-
Packages that use DeletePrivateEndpointRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of DeletePrivateEndpointRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointResponse
ShardedDatabaseService. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Delete the given private endpoint.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)
DeletePrivateEndpointResponse
ShardedDatabaseServiceClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type DeletePrivateEndpointRequest 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 DeletePrivateEndpointRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequest
DeletePrivateEndpointRequest.Builder. build()
Build the instance of DeletePrivateEndpointRequest as configured by this builderDeletePrivateEndpointRequest
DeletePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequest.Builder
DeletePrivateEndpointRequest.Builder. copy(DeletePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-