Uses of Interface
software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse.Builder
-
Packages that use DescribeBackupPolicyResponse.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of DescribeBackupPolicyResponse.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return DescribeBackupPolicyResponse.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.DescribeBackupPolicyResponse.BuilderDescribeBackupPolicyResponse.Builder. backupPolicy(BackupPolicy backupPolicy)Describes the file system's backup policy, indicating whether automatic backups are turned on or off.static DescribeBackupPolicyResponse.BuilderDescribeBackupPolicyResponse. builder()DescribeBackupPolicyResponse.BuilderDescribeBackupPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type DescribeBackupPolicyResponse.Builder Modifier and Type Method Description static Class<? extends DescribeBackupPolicyResponse.Builder>DescribeBackupPolicyResponse. serializableBuilderClass()
-