Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.PatchShardedDatabaseRequest
-
Packages that use PatchShardedDatabaseRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of PatchShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type PatchShardedDatabaseRequest Modifier and Type Method Description PatchShardedDatabaseResponse
ShardedDatabaseService. patchShardedDatabase(PatchShardedDatabaseRequest request)
Patch operation to add, remove or update shards to the sharded database topology.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)
PatchShardedDatabaseResponse
ShardedDatabaseServiceClient. patchShardedDatabase(PatchShardedDatabaseRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type PatchShardedDatabaseRequest 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 PatchShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return PatchShardedDatabaseRequest Modifier and Type Method Description PatchShardedDatabaseRequest
PatchShardedDatabaseRequest.Builder. build()
Build the instance of PatchShardedDatabaseRequest as configured by this builderPatchShardedDatabaseRequest
PatchShardedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchShardedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type PatchShardedDatabaseRequest Modifier and Type Method Description PatchShardedDatabaseRequest.Builder
PatchShardedDatabaseRequest.Builder. copy(PatchShardedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-