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