Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.StopShardedDatabaseRequest
- 
Packages that use StopShardedDatabaseRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests 
- 
- 
Uses of StopShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabaseMethods in com.oracle.bmc.globallydistributeddatabase with parameters of type StopShardedDatabaseRequest Modifier and Type Method Description StopShardedDatabaseResponseShardedDatabaseService. stopShardedDatabase(StopShardedDatabaseRequest request)Stop the shards, catalog and GSM instances for the sharded database.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)StopShardedDatabaseResponseShardedDatabaseServiceClient. stopShardedDatabase(StopShardedDatabaseRequest request)Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type StopShardedDatabaseRequest 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 StopShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase.requestsMethods in com.oracle.bmc.globallydistributeddatabase.requests that return StopShardedDatabaseRequest Modifier and Type Method Description StopShardedDatabaseRequestStopShardedDatabaseRequest.Builder. build()Build the instance of StopShardedDatabaseRequest as configured by this builderStopShardedDatabaseRequestStopShardedDatabaseRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopShardedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type StopShardedDatabaseRequest Modifier and Type Method Description StopShardedDatabaseRequest.BuilderStopShardedDatabaseRequest.Builder. copy(StopShardedDatabaseRequest o)Copy method to populate the builder with values from the given instance.
 
-