Uses of Interface
software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription.Builder
-
Packages that use FileSystemProtectionDescription.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of FileSystemProtectionDescription.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return FileSystemProtectionDescription.Builder Modifier and Type Method Description static FileSystemProtectionDescription.BuilderFileSystemProtectionDescription. builder()FileSystemProtectionDescription.BuilderFileSystemProtectionDescription.Builder. replicationOverwriteProtection(String replicationOverwriteProtection)The status of the file system's replication overwrite protection.FileSystemProtectionDescription.BuilderFileSystemProtectionDescription.Builder. replicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)The status of the file system's replication overwrite protection.FileSystemProtectionDescription.BuilderFileSystemProtectionDescription. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type FileSystemProtectionDescription.Builder Modifier and Type Method Description static Class<? extends FileSystemProtectionDescription.Builder>FileSystemProtectionDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type FileSystemProtectionDescription.Builder Modifier and Type Method Description default CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder> fileSystemProtection)Describes the protection on the file system.default FileSystemDescription.BuilderFileSystemDescription.Builder. fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder> fileSystemProtection)Describes the protection on the file system.default UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. fileSystemProtection(Consumer<FileSystemProtectionDescription.Builder> fileSystemProtection)Describes the protection on the file system.
-