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