Uses of Class
com.oracle.bmc.distributeddatabase.responses.PatchDistributedDatabaseResponse
-
Packages that use PatchDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of PatchDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return PatchDistributedDatabaseResponse Modifier and Type Method Description PatchDistributedDatabaseResponse
DistributedDbService. patchDistributedDatabase(PatchDistributedDatabaseRequest request)
Patch operation to add, remove or update shards to the Globally distributed database topology.PatchDistributedDatabaseResponse
DistributedDbServiceClient. patchDistributedDatabase(PatchDistributedDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type PatchDistributedDatabaseResponse 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)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type PatchDistributedDatabaseResponse 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 PatchDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return PatchDistributedDatabaseResponse Modifier and Type Method Description PatchDistributedDatabaseResponse
PatchDistributedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type PatchDistributedDatabaseResponse Modifier and Type Method Description PatchDistributedDatabaseResponse.Builder
PatchDistributedDatabaseResponse.Builder. copy(PatchDistributedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-