Uses of Class
com.oracle.bmc.distributeddatabase.requests.ChangeDistributedDbBackupConfigRequest
-
Packages that use ChangeDistributedDbBackupConfigRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of ChangeDistributedDbBackupConfigRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ChangeDistributedDbBackupConfigRequest Modifier and Type Method Description Future<ChangeDistributedDbBackupConfigResponse>
DistributedDbServiceAsync. changeDistributedDbBackupConfig(ChangeDistributedDbBackupConfigRequest request, AsyncHandler<ChangeDistributedDbBackupConfigRequest,ChangeDistributedDbBackupConfigResponse> handler)
Change the DbBackupConfig for the Globally distributed database.Future<ChangeDistributedDbBackupConfigResponse>
DistributedDbServiceAsyncClient. changeDistributedDbBackupConfig(ChangeDistributedDbBackupConfigRequest request, AsyncHandler<ChangeDistributedDbBackupConfigRequest,ChangeDistributedDbBackupConfigResponse> handler)
-
Uses of ChangeDistributedDbBackupConfigRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ChangeDistributedDbBackupConfigRequest Modifier and Type Method Description ChangeDistributedDbBackupConfigRequest
ChangeDistributedDbBackupConfigRequest.Builder. build()
Build the instance of ChangeDistributedDbBackupConfigRequest as configured by this builderChangeDistributedDbBackupConfigRequest
ChangeDistributedDbBackupConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDistributedDbBackupConfigRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type ChangeDistributedDbBackupConfigRequest Modifier and Type Method Description ChangeDistributedDbBackupConfigRequest.Builder
ChangeDistributedDbBackupConfigRequest.Builder. copy(ChangeDistributedDbBackupConfigRequest o)
Copy method to populate the builder with values from the given instance.
-