Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.PatchShardedDatabaseResponse
-
Packages that use PatchShardedDatabaseResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of PatchShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return PatchShardedDatabaseResponse Modifier and Type Method Description PatchShardedDatabaseResponse
ShardedDatabaseService. patchShardedDatabase(PatchShardedDatabaseRequest request)
Patch operation to add, remove or update shards to the sharded database topology.PatchShardedDatabaseResponse
ShardedDatabaseServiceClient. patchShardedDatabase(PatchShardedDatabaseRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type PatchShardedDatabaseResponse Modifier and Type Method Description Future<PatchShardedDatabaseResponse>
ShardedDatabaseServiceAsync. patchShardedDatabase(PatchShardedDatabaseRequest request, AsyncHandler<PatchShardedDatabaseRequest,PatchShardedDatabaseResponse> handler)
Patch operation to add, remove or update shards to the sharded database topology.Future<PatchShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. patchShardedDatabase(PatchShardedDatabaseRequest request, AsyncHandler<PatchShardedDatabaseRequest,PatchShardedDatabaseResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type PatchShardedDatabaseResponse Modifier and Type Method Description Future<PatchShardedDatabaseResponse>
ShardedDatabaseServiceAsync. patchShardedDatabase(PatchShardedDatabaseRequest request, AsyncHandler<PatchShardedDatabaseRequest,PatchShardedDatabaseResponse> handler)
Patch operation to add, remove or update shards to the sharded database topology.Future<PatchShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. patchShardedDatabase(PatchShardedDatabaseRequest request, AsyncHandler<PatchShardedDatabaseRequest,PatchShardedDatabaseResponse> handler)
-
Uses of PatchShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return PatchShardedDatabaseResponse Modifier and Type Method Description PatchShardedDatabaseResponse
PatchShardedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type PatchShardedDatabaseResponse Modifier and Type Method Description PatchShardedDatabaseResponse.Builder
PatchShardedDatabaseResponse.Builder. copy(PatchShardedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-