Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.UpdatePrivateEndpointResponse
-
Packages that use UpdatePrivateEndpointResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of UpdatePrivateEndpointResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse
ShardedDatabaseService. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Updates the configuration of privateendpoint.UpdatePrivateEndpointResponse
ShardedDatabaseServiceClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type UpdatePrivateEndpointResponse 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)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type UpdatePrivateEndpointResponse 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 UpdatePrivateEndpointResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse
UpdatePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse.Builder
UpdatePrivateEndpointResponse.Builder. copy(UpdatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-