Uses of Class
com.amazonaws.services.elasticfilesystem.model.FileSystemDescription
Packages that use FileSystemDescription
-
Uses of FileSystemDescription in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return FileSystemDescriptionModifier and TypeMethodDescriptionFileSystemDescription.clone()
FileSystemDescription.withCreationTime
(Date creationTime) The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.FileSystemDescription.withCreationToken
(String creationToken) Opaque string specified in the request.FileSystemDescription.withFileSystemId
(String fileSystemId) The file system ID assigned by Amazon EFS.FileSystemDescription.withLifeCycleState
(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.FileSystemDescription.withLifeCycleState
(String lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.You can add tags to a file system (see CreateTags) including a "Name" tag.FileSystemDescription.withNumberOfMountTargets
(Integer numberOfMountTargets) The current number of mount targets (see CreateMountTarget) the file system has.FileSystemDescription.withOwnerId
(String ownerId) The AWS account that created the file system.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 FileSystemDescriptionModifier and TypeMethodDescriptionDescribeFileSystemsResult.getFileSystems()
An array of file system descriptions.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type FileSystemDescriptionModifier and TypeMethodDescriptionDescribeFileSystemsResult.withFileSystems
(FileSystemDescription... fileSystems) An array of file system descriptions.Method parameters in com.amazonaws.services.elasticfilesystem.model with type arguments of type FileSystemDescriptionModifier and TypeMethodDescriptionvoid
DescribeFileSystemsResult.setFileSystems
(Collection<FileSystemDescription> fileSystems) An array of file system descriptions.DescribeFileSystemsResult.withFileSystems
(Collection<FileSystemDescription> fileSystems) An array of file system descriptions.