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 the specified backup plan.default UpdateBackupPlanResponseBackupClient. updateBackupPlan(Consumer<UpdateBackupPlanRequest.Builder> updateBackupPlanRequest)Updates the specified backup plan. -
Uses of UpdateBackupPlanRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return UpdateBackupPlanRequest.Builder Modifier and Type Method Description default UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest.Builder. backupPlan(Consumer<BackupPlanInput.Builder> backupPlan)The body of a backup plan.UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest.Builder. backupPlan(BackupPlanInput backupPlan)The body of a backup plan.UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest.Builder. backupPlanId(String backupPlanId)The ID of the backup plan.static UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest. builder()UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBackupPlanRequest.BuilderUpdateBackupPlanRequest. toBuilder()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()
-