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 the specified backup plan.default UpdateBackupPlanResponseBackupClient. updateBackupPlan(UpdateBackupPlanRequest updateBackupPlanRequest)Updates the specified backup plan.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 the specified backup plan.default CompletableFuture<UpdateBackupPlanResponse>BackupAsyncClient. updateBackupPlan(UpdateBackupPlanRequest updateBackupPlanRequest)Updates the specified backup plan.
-