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