Uses of Class
software.amazon.awssdk.services.backup.model.UpdateBackupPlanRequest
-
Packages that use UpdateBackupPlanRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of UpdateBackupPlanRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type UpdateBackupPlanRequest Modifier and Type Method Description default CompletableFuture<UpdateBackupPlanResponse>BackupAsyncClient. updateBackupPlan(UpdateBackupPlanRequest 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. -
Uses of UpdateBackupPlanRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type UpdateBackupPlanRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBackupPlanRequestMarshaller. marshall(UpdateBackupPlanRequest updateBackupPlanRequest)
-