| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemProtectionDescription |
FileSystemProtectionDescription.clone() |
FileSystemProtectionDescription |
UpdateFileSystemResult.getFileSystemProtection()
Describes the protection on the file system.
|
FileSystemProtectionDescription |
CreateFileSystemResult.getFileSystemProtection()
Describes the protection on the file system.
|
FileSystemProtectionDescription |
FileSystemDescription.getFileSystemProtection()
Describes the protection on the file system.
|
FileSystemProtectionDescription |
FileSystemProtectionDescription.withReplicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
|
FileSystemProtectionDescription |
FileSystemProtectionDescription.withReplicationOverwriteProtection(String replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileSystemResult.setFileSystemProtection(FileSystemProtectionDescription fileSystemProtection)
Describes the protection on the file system.
|
void |
CreateFileSystemResult.setFileSystemProtection(FileSystemProtectionDescription fileSystemProtection)
Describes the protection on the file system.
|
void |
FileSystemDescription.setFileSystemProtection(FileSystemProtectionDescription fileSystemProtection)
Describes the protection on the file system.
|
UpdateFileSystemResult |
UpdateFileSystemResult.withFileSystemProtection(FileSystemProtectionDescription fileSystemProtection)
Describes the protection on the file system.
|
CreateFileSystemResult |
CreateFileSystemResult.withFileSystemProtection(FileSystemProtectionDescription fileSystemProtection)
Describes the protection on the file system.
|
FileSystemDescription |
FileSystemDescription.withFileSystemProtection(FileSystemProtectionDescription fileSystemProtection)
Describes the protection on the file system.
|
Copyright © 2024. All rights reserved.