Uses of Class
software.amazon.awssdk.services.efs.model.BackupPolicy
-
Packages that use BackupPolicy Package Description software.amazon.awssdk.services.efs.model -
-
Uses of BackupPolicy in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return BackupPolicy Modifier and Type Method Description BackupPolicyDescribeBackupPolicyResponse. backupPolicy()Describes the file system's backup policy, indicating whether automatic backups are turned on or off.BackupPolicyPutBackupPolicyRequest. backupPolicy()The backup policy included in thePutBackupPolicyrequest.BackupPolicyPutBackupPolicyResponse. backupPolicy()Describes the file system's backup policy, indicating whether automatic backups are turned on or off.Methods in software.amazon.awssdk.services.efs.model with parameters of type BackupPolicy Modifier and Type Method Description DescribeBackupPolicyResponse.BuilderDescribeBackupPolicyResponse.Builder. backupPolicy(BackupPolicy backupPolicy)Describes the file system's backup policy, indicating whether automatic backups are turned on or off.PutBackupPolicyRequest.BuilderPutBackupPolicyRequest.Builder. backupPolicy(BackupPolicy backupPolicy)The backup policy included in thePutBackupPolicyrequest.PutBackupPolicyResponse.BuilderPutBackupPolicyResponse.Builder. backupPolicy(BackupPolicy backupPolicy)Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
-