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