Uses of Class
com.oracle.bmc.distributeddatabase.requests.PatchDistributedDatabaseRequest
-
Packages that use PatchDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of PatchDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type PatchDistributedDatabaseRequest Modifier and Type Method Description Future<PatchDistributedDatabaseResponse>
DistributedDbServiceAsync. patchDistributedDatabase(PatchDistributedDatabaseRequest request, AsyncHandler<PatchDistributedDatabaseRequest,PatchDistributedDatabaseResponse> handler)
Patch operation to add, remove or update shards to the Globally distributed database topology.Future<PatchDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. patchDistributedDatabase(PatchDistributedDatabaseRequest request, AsyncHandler<PatchDistributedDatabaseRequest,PatchDistributedDatabaseResponse> handler)
-
Uses of PatchDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return PatchDistributedDatabaseRequest Modifier and Type Method Description PatchDistributedDatabaseRequest
PatchDistributedDatabaseRequest.Builder. build()
Build the instance of PatchDistributedDatabaseRequest as configured by this builderPatchDistributedDatabaseRequest
PatchDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type PatchDistributedDatabaseRequest Modifier and Type Method Description PatchDistributedDatabaseRequest.Builder
PatchDistributedDatabaseRequest.Builder. copy(PatchDistributedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-