Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.UpdatePrivateEndpointRequest
-
Packages that use UpdatePrivateEndpointRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of UpdatePrivateEndpointRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointResponse
ShardedDatabaseService. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Updates the configuration of privateendpoint.Future<UpdatePrivateEndpointResponse>
ShardedDatabaseServiceAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Updates the configuration of privateendpoint.Future<UpdatePrivateEndpointResponse>
ShardedDatabaseServiceAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
UpdatePrivateEndpointResponse
ShardedDatabaseServiceClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type UpdatePrivateEndpointRequest Modifier and Type Method Description Future<UpdatePrivateEndpointResponse>
ShardedDatabaseServiceAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Updates the configuration of privateendpoint.Future<UpdatePrivateEndpointResponse>
ShardedDatabaseServiceAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
-
Uses of UpdatePrivateEndpointRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointRequest
UpdatePrivateEndpointRequest.Builder. build()
Build the instance of UpdatePrivateEndpointRequest as configured by this builderUpdatePrivateEndpointRequest
UpdatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointRequest.Builder
UpdatePrivateEndpointRequest.Builder. copy(UpdatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-