Uses of Class
com.oracle.bmc.distributeddatabase.requests.CreateDistributedDatabasePrivateEndpointRequest
-
Packages that use CreateDistributedDatabasePrivateEndpointRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of CreateDistributedDatabasePrivateEndpointRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type CreateDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description Future<CreateDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsync. createDistributedDatabasePrivateEndpoint(CreateDistributedDatabasePrivateEndpointRequest request, AsyncHandler<CreateDistributedDatabasePrivateEndpointRequest,CreateDistributedDatabasePrivateEndpointResponse> handler)
Creates a DistributedDatabasePrivateEndpoint.Future<CreateDistributedDatabasePrivateEndpointResponse>
DistributedDbPrivateEndpointServiceAsyncClient. createDistributedDatabasePrivateEndpoint(CreateDistributedDatabasePrivateEndpointRequest request, AsyncHandler<CreateDistributedDatabasePrivateEndpointRequest,CreateDistributedDatabasePrivateEndpointResponse> handler)
-
Uses of CreateDistributedDatabasePrivateEndpointRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return CreateDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointRequest
CreateDistributedDatabasePrivateEndpointRequest.Builder. build()
Build the instance of CreateDistributedDatabasePrivateEndpointRequest as configured by this builderCreateDistributedDatabasePrivateEndpointRequest
CreateDistributedDatabasePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDistributedDatabasePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type CreateDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointRequest.Builder
CreateDistributedDatabasePrivateEndpointRequest.Builder. copy(CreateDistributedDatabasePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-