Uses of Interface
software.amazon.awssdk.services.backup.model.UpdateBackupPlanRequest.Builder
-
Packages that use UpdateBackupPlanRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of UpdateBackupPlanRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type UpdateBackupPlanRequest.Builder 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 UpdateBackupPlanResponseBackupClient. updateBackupPlan(Consumer<UpdateBackupPlanRequest.Builder> updateBackupPlanRequest)Updates an existing backup plan identified by itsbackupPlanIdwith the input document in JSON format. -
Uses of UpdateBackupPlanRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type UpdateBackupPlanRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBackupPlanRequest.Builder>UpdateBackupPlanRequest. serializableBuilderClass()
-