Uses of Class
com.oracle.bmc.distributeddatabase.requests.PatchDistributedAutonomousDatabaseRequest
-
Packages that use PatchDistributedAutonomousDatabaseRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of PatchDistributedAutonomousDatabaseRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type PatchDistributedAutonomousDatabaseRequest 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 PatchDistributedAutonomousDatabaseRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return PatchDistributedAutonomousDatabaseRequest Modifier and Type Method Description PatchDistributedAutonomousDatabaseRequest
PatchDistributedAutonomousDatabaseRequest.Builder. build()
Build the instance of PatchDistributedAutonomousDatabaseRequest as configured by this builderPatchDistributedAutonomousDatabaseRequest
PatchDistributedAutonomousDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchDistributedAutonomousDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type PatchDistributedAutonomousDatabaseRequest Modifier and Type Method Description PatchDistributedAutonomousDatabaseRequest.Builder
PatchDistributedAutonomousDatabaseRequest.Builder. copy(PatchDistributedAutonomousDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-