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.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type StopShardedDatabaseRequest Modifier and Type Method Description StopShardedDatabaseResponse
ShardedDatabaseService. 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)
StopShardedDatabaseResponse
ShardedDatabaseServiceClient. 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.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return StopShardedDatabaseRequest Modifier and Type Method Description StopShardedDatabaseRequest
StopShardedDatabaseRequest.Builder. build()
Build the instance of StopShardedDatabaseRequest as configured by this builderStopShardedDatabaseRequest
StopShardedDatabaseRequest.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.Builder
StopShardedDatabaseRequest.Builder. copy(StopShardedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-