Uses of Class
software.amazon.awssdk.services.efs.model.FileSystemProtectionDescription
-
Packages that use FileSystemProtectionDescription Package Description software.amazon.awssdk.services.efs.model -
-
Uses of FileSystemProtectionDescription in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return FileSystemProtectionDescription Modifier and Type Method Description FileSystemProtectionDescriptionCreateFileSystemResponse. fileSystemProtection()Describes the protection on the file system.FileSystemProtectionDescriptionFileSystemDescription. fileSystemProtection()Describes the protection on the file system.FileSystemProtectionDescriptionUpdateFileSystemResponse. fileSystemProtection()Describes the protection on the file system.Methods in software.amazon.awssdk.services.efs.model with parameters of type FileSystemProtectionDescription Modifier and Type Method Description CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. fileSystemProtection(FileSystemProtectionDescription fileSystemProtection)Describes the protection on the file system.FileSystemDescription.BuilderFileSystemDescription.Builder. fileSystemProtection(FileSystemProtectionDescription fileSystemProtection)Describes the protection on the file system.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. fileSystemProtection(FileSystemProtectionDescription fileSystemProtection)Describes the protection on the file system.
-