| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemDescription |
FileSystemDescription.clone() |
FileSystemDescription |
FileSystemDescription.withCreationTime(Date creationTime)
Time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
|
FileSystemDescription |
FileSystemDescription.withCreationToken(String creationToken)
Opaque string specified in the request.
|
FileSystemDescription |
FileSystemDescription.withEncrypted(Boolean encrypted)
A boolean value that, if true, indicates that the file system is encrypted.
|
FileSystemDescription |
FileSystemDescription.withFileSystemId(String fileSystemId)
ID of the file system, assigned by Amazon EFS.
|
FileSystemDescription |
FileSystemDescription.withKmsKeyId(String kmsKeyId)
The id of an AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the
encrypted file system.
|
FileSystemDescription |
FileSystemDescription.withLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle phase of the file system.
|
FileSystemDescription |
FileSystemDescription.withLifeCycleState(String lifeCycleState)
Lifecycle phase of the file system.
|
FileSystemDescription |
FileSystemDescription.withName(String name)
You can add tags to a file system, including a
Name tag. |
FileSystemDescription |
FileSystemDescription.withNumberOfMountTargets(Integer numberOfMountTargets)
Current number of mount targets that the file system has.
|
FileSystemDescription |
FileSystemDescription.withOwnerId(String ownerId)
AWS account that created the file system.
|
FileSystemDescription |
FileSystemDescription.withPerformanceMode(PerformanceMode performanceMode)
The
PerformanceMode of the file system. |
FileSystemDescription |
FileSystemDescription.withPerformanceMode(String performanceMode)
The
PerformanceMode of the file system. |
FileSystemDescription |
FileSystemDescription.withSizeInBytes(FileSystemSize sizeInBytes)
Latest known metered size (in bytes) of data stored in the file system, in bytes, in its
Value
field, and the time at which that size was determined in its Timestamp field. |
| Modifier and Type | Method and Description |
|---|---|
List<FileSystemDescription> |
DescribeFileSystemsResult.getFileSystems()
Array of file system descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(FileSystemDescription... fileSystems)
Array of file system descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFileSystemsResult.setFileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
|
Copyright © 2018. All rights reserved.