Uses of Class
com.oracle.bmc.distributeddatabase.responses.PatchDistributedAutonomousDatabaseResponse
-
Packages that use PatchDistributedAutonomousDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of PatchDistributedAutonomousDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return PatchDistributedAutonomousDatabaseResponse Modifier and Type Method Description PatchDistributedAutonomousDatabaseResponse
DistributedAutonomousDbService. patchDistributedAutonomousDatabase(PatchDistributedAutonomousDatabaseRequest request)
Patch operation to add, remove or update shards to the Globally distributed autonomous database topology.PatchDistributedAutonomousDatabaseResponse
DistributedAutonomousDbServiceClient. patchDistributedAutonomousDatabase(PatchDistributedAutonomousDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type PatchDistributedAutonomousDatabaseResponse Modifier and Type Method Description Future<PatchDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsync. patchDistributedAutonomousDatabase(PatchDistributedAutonomousDatabaseRequest request, AsyncHandler<PatchDistributedAutonomousDatabaseRequest,PatchDistributedAutonomousDatabaseResponse> handler)
Patch operation to add, remove or update shards to the Globally distributed autonomous database topology.Future<PatchDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsyncClient. patchDistributedAutonomousDatabase(PatchDistributedAutonomousDatabaseRequest request, AsyncHandler<PatchDistributedAutonomousDatabaseRequest,PatchDistributedAutonomousDatabaseResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type PatchDistributedAutonomousDatabaseResponse Modifier and Type Method Description Future<PatchDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsync. patchDistributedAutonomousDatabase(PatchDistributedAutonomousDatabaseRequest request, AsyncHandler<PatchDistributedAutonomousDatabaseRequest,PatchDistributedAutonomousDatabaseResponse> handler)
Patch operation to add, remove or update shards to the Globally distributed autonomous database topology.Future<PatchDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsyncClient. patchDistributedAutonomousDatabase(PatchDistributedAutonomousDatabaseRequest request, AsyncHandler<PatchDistributedAutonomousDatabaseRequest,PatchDistributedAutonomousDatabaseResponse> handler)
-
Uses of PatchDistributedAutonomousDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return PatchDistributedAutonomousDatabaseResponse Modifier and Type Method Description PatchDistributedAutonomousDatabaseResponse
PatchDistributedAutonomousDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type PatchDistributedAutonomousDatabaseResponse Modifier and Type Method Description PatchDistributedAutonomousDatabaseResponse.Builder
PatchDistributedAutonomousDatabaseResponse.Builder. copy(PatchDistributedAutonomousDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-