Uses of Class
com.oracle.bmc.distributeddatabase.responses.CreateDistributedDatabasePrivateEndpointResponse
-
Packages that use CreateDistributedDatabasePrivateEndpointResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of CreateDistributedDatabasePrivateEndpointResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return CreateDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointResponse
DistributedDbPrivateEndpointService. createDistributedDatabasePrivateEndpoint(CreateDistributedDatabasePrivateEndpointRequest request)
Creates a DistributedDatabasePrivateEndpoint.CreateDistributedDatabasePrivateEndpointResponse
DistributedDbPrivateEndpointServiceClient. createDistributedDatabasePrivateEndpoint(CreateDistributedDatabasePrivateEndpointRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type CreateDistributedDatabasePrivateEndpointResponse 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)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type CreateDistributedDatabasePrivateEndpointResponse 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 CreateDistributedDatabasePrivateEndpointResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return CreateDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointResponse
CreateDistributedDatabasePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type CreateDistributedDatabasePrivateEndpointResponse Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointResponse.Builder
CreateDistributedDatabasePrivateEndpointResponse.Builder. copy(CreateDistributedDatabasePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-