Uses of Interface
software.amazon.awssdk.services.efs.model.BackupPolicy.Builder
-
Packages that use BackupPolicy.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of BackupPolicy.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return BackupPolicy.Builder Modifier and Type Method Description static BackupPolicy.BuilderBackupPolicy. builder()BackupPolicy.BuilderBackupPolicy.Builder. status(String status)Describes the status of the file system's backup policy.BackupPolicy.BuilderBackupPolicy.Builder. status(Status status)Describes the status of the file system's backup policy.BackupPolicy.BuilderBackupPolicy. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type BackupPolicy.Builder Modifier and Type Method Description static Class<? extends BackupPolicy.Builder>BackupPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type BackupPolicy.Builder Modifier and Type Method Description default DescribeBackupPolicyResponse.BuilderDescribeBackupPolicyResponse.Builder. backupPolicy(Consumer<BackupPolicy.Builder> backupPolicy)Describes the file system's backup policy, indicating whether automatic backups are turned on or off.default PutBackupPolicyRequest.BuilderPutBackupPolicyRequest.Builder. backupPolicy(Consumer<BackupPolicy.Builder> backupPolicy)The backup policy included in thePutBackupPolicyrequest.default PutBackupPolicyResponse.BuilderPutBackupPolicyResponse.Builder. backupPolicy(Consumer<BackupPolicy.Builder> backupPolicy)Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
-