Uses of Class
com.oracle.bmc.distributeddatabase.requests.DeleteDistributedDatabasePrivateEndpointRequest
-
Packages that use DeleteDistributedDatabasePrivateEndpointRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of DeleteDistributedDatabasePrivateEndpointRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type DeleteDistributedDatabasePrivateEndpointRequest 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 DeleteDistributedDatabasePrivateEndpointRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return DeleteDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description DeleteDistributedDatabasePrivateEndpointRequest
DeleteDistributedDatabasePrivateEndpointRequest.Builder. build()
Build the instance of DeleteDistributedDatabasePrivateEndpointRequest as configured by this builderDeleteDistributedDatabasePrivateEndpointRequest
DeleteDistributedDatabasePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDistributedDatabasePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type DeleteDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description DeleteDistributedDatabasePrivateEndpointRequest.Builder
DeleteDistributedDatabasePrivateEndpointRequest.Builder. copy(DeleteDistributedDatabasePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-