Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.UpdateShardedDatabaseRequest
-
Packages that use UpdateShardedDatabaseRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of UpdateShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type UpdateShardedDatabaseRequest Modifier and Type Method Description UpdateShardedDatabaseResponse
ShardedDatabaseService. updateShardedDatabase(UpdateShardedDatabaseRequest request)
Updates the configuration of sharded database.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)
UpdateShardedDatabaseResponse
ShardedDatabaseServiceClient. updateShardedDatabase(UpdateShardedDatabaseRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type UpdateShardedDatabaseRequest 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 UpdateShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return UpdateShardedDatabaseRequest Modifier and Type Method Description UpdateShardedDatabaseRequest
UpdateShardedDatabaseRequest.Builder. build()
Build the instance of UpdateShardedDatabaseRequest as configured by this builderUpdateShardedDatabaseRequest
UpdateShardedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateShardedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type UpdateShardedDatabaseRequest Modifier and Type Method Description UpdateShardedDatabaseRequest.Builder
UpdateShardedDatabaseRequest.Builder. copy(UpdateShardedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-