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