Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.UpdateShardedDatabaseResponse
-
Packages that use UpdateShardedDatabaseResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of UpdateShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return UpdateShardedDatabaseResponse Modifier and Type Method Description UpdateShardedDatabaseResponse
ShardedDatabaseService. updateShardedDatabase(UpdateShardedDatabaseRequest request)
Updates the configuration of sharded database.UpdateShardedDatabaseResponse
ShardedDatabaseServiceClient. updateShardedDatabase(UpdateShardedDatabaseRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type UpdateShardedDatabaseResponse Modifier and Type Method Description Future<UpdateShardedDatabaseResponse>
ShardedDatabaseServiceAsync. updateShardedDatabase(UpdateShardedDatabaseRequest request, AsyncHandler<UpdateShardedDatabaseRequest,UpdateShardedDatabaseResponse> handler)
Updates the configuration of sharded database.Future<UpdateShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. updateShardedDatabase(UpdateShardedDatabaseRequest request, AsyncHandler<UpdateShardedDatabaseRequest,UpdateShardedDatabaseResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type UpdateShardedDatabaseResponse Modifier and Type Method Description Future<UpdateShardedDatabaseResponse>
ShardedDatabaseServiceAsync. updateShardedDatabase(UpdateShardedDatabaseRequest request, AsyncHandler<UpdateShardedDatabaseRequest,UpdateShardedDatabaseResponse> handler)
Updates the configuration of sharded database.Future<UpdateShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. updateShardedDatabase(UpdateShardedDatabaseRequest request, AsyncHandler<UpdateShardedDatabaseRequest,UpdateShardedDatabaseResponse> handler)
-
Uses of UpdateShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return UpdateShardedDatabaseResponse Modifier and Type Method Description UpdateShardedDatabaseResponse
UpdateShardedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type UpdateShardedDatabaseResponse Modifier and Type Method Description UpdateShardedDatabaseResponse.Builder
UpdateShardedDatabaseResponse.Builder. copy(UpdateShardedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-