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