Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.CreatePrivateEndpointRequest
-
Packages that use CreatePrivateEndpointRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of CreatePrivateEndpointRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointResponse
ShardedDatabaseService. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Creates a PrivateEndpoint.Future<CreatePrivateEndpointResponse>
ShardedDatabaseServiceAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Creates a PrivateEndpoint.Future<CreatePrivateEndpointResponse>
ShardedDatabaseServiceAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
CreatePrivateEndpointResponse
ShardedDatabaseServiceClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type CreatePrivateEndpointRequest 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 CreatePrivateEndpointRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. build()
Build the instance of CreatePrivateEndpointRequest as configured by this builderCreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest.Builder
CreatePrivateEndpointRequest.Builder. copy(CreatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-