Uses of Class
com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
-
Packages that use FileSystemDescription Package Description com.amazonaws.services.elasticfilesystem.model -
-
Uses of FileSystemDescription in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return FileSystemDescription Modifier and Type Method Description FileSystemDescription
FileSystemDescription. clone()
FileSystemDescription
FileSystemDescription. withCreationTime(Date creationTime)
The time at which 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. withFileSystemId(String fileSystemId)
The file system ID assigned by Amazon EFS.FileSystemDescription
FileSystemDescription. withLifeCycleState(LifeCycleState lifeCycleState)
A predefined string value that indicates the lifecycle phase of the file system.FileSystemDescription
FileSystemDescription. withLifeCycleState(String lifeCycleState)
A predefined string value that indicates the lifecycle phase of the file system.FileSystemDescription
FileSystemDescription. withName(String name)
You can add tags to a file system (see CreateTags) including a "Name" tag.FileSystemDescription
FileSystemDescription. withNumberOfMountTargets(Integer numberOfMountTargets)
The current number of mount targets (see CreateMountTarget) the file system has.FileSystemDescription
FileSystemDescription. withOwnerId(String ownerId)
The AWS account that created the file system.FileSystemDescription
FileSystemDescription. withSizeInBytes(FileSystemSize sizeInBytes)
This object provides the latest known metered size of data stored in the file system, in bytes, in itsValue
field, and the time at which that size was determined in itsTimestamp
field.Methods in com.amazonaws.services.elasticfilesystem.model that return types with arguments of type FileSystemDescription Modifier and Type Method Description List<FileSystemDescription>
DescribeFileSystemsResult. getFileSystems()
An array of file system descriptions.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type FileSystemDescription Modifier and Type Method Description DescribeFileSystemsResult
DescribeFileSystemsResult. withFileSystems(FileSystemDescription... fileSystems)
An array of file system descriptions.Method parameters in com.amazonaws.services.elasticfilesystem.model with type arguments of type FileSystemDescription Modifier and Type Method Description void
DescribeFileSystemsResult. setFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.DescribeFileSystemsResult
DescribeFileSystemsResult. withFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
-