Uses of Class
com.oracle.bmc.distributeddatabase.responses.ChangeDistributedDbBackupConfigResponse
-
Packages that use ChangeDistributedDbBackupConfigResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ChangeDistributedDbBackupConfigResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ChangeDistributedDbBackupConfigResponse Modifier and Type Method Description ChangeDistributedDbBackupConfigResponse
DistributedDbService. changeDistributedDbBackupConfig(ChangeDistributedDbBackupConfigRequest request)
Change the DbBackupConfig for the Globally distributed database.ChangeDistributedDbBackupConfigResponse
DistributedDbServiceClient. changeDistributedDbBackupConfig(ChangeDistributedDbBackupConfigRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ChangeDistributedDbBackupConfigResponse 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)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ChangeDistributedDbBackupConfigResponse 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 ChangeDistributedDbBackupConfigResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ChangeDistributedDbBackupConfigResponse Modifier and Type Method Description ChangeDistributedDbBackupConfigResponse
ChangeDistributedDbBackupConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type ChangeDistributedDbBackupConfigResponse Modifier and Type Method Description ChangeDistributedDbBackupConfigResponse.Builder
ChangeDistributedDbBackupConfigResponse.Builder. copy(ChangeDistributedDbBackupConfigResponse o)
Copy method to populate the builder with values from the given instance.
-