Uses of Class
software.amazon.awssdk.services.backup.model.UpdateBackupPlanResponse
-
Packages that use UpdateBackupPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of UpdateBackupPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return UpdateBackupPlanResponse Modifier and Type Method Description default UpdateBackupPlanResponseBackupClient. updateBackupPlan(Consumer<UpdateBackupPlanRequest.Builder> updateBackupPlanRequest)Updates an existing backup plan identified by itsbackupPlanIdwith the input document in JSON format.default UpdateBackupPlanResponseBackupClient. updateBackupPlan(UpdateBackupPlanRequest updateBackupPlanRequest)Updates an existing backup plan identified by itsbackupPlanIdwith the input document in JSON format.Methods in software.amazon.awssdk.services.backup that return types with arguments of type UpdateBackupPlanResponse Modifier and Type Method Description default CompletableFuture<UpdateBackupPlanResponse>BackupAsyncClient. updateBackupPlan(Consumer<UpdateBackupPlanRequest.Builder> updateBackupPlanRequest)Updates an existing backup plan identified by itsbackupPlanIdwith the input document in JSON format.default CompletableFuture<UpdateBackupPlanResponse>BackupAsyncClient. updateBackupPlan(UpdateBackupPlanRequest updateBackupPlanRequest)Updates an existing backup plan identified by itsbackupPlanIdwith the input document in JSON format.
-