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 FileSystemDescriptionFileSystemDescription. clone()FileSystemDescriptionFileSystemDescription. withCreationTime(Date creationTime)The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.FileSystemDescriptionFileSystemDescription. withCreationToken(String creationToken)Opaque string specified in the request.FileSystemDescriptionFileSystemDescription. withFileSystemId(String fileSystemId)The file system ID assigned by Amazon EFS.FileSystemDescriptionFileSystemDescription. withLifeCycleState(LifeCycleState lifeCycleState)A predefined string value that indicates the lifecycle phase of the file system.FileSystemDescriptionFileSystemDescription. withLifeCycleState(String lifeCycleState)A predefined string value that indicates the lifecycle phase of the file system.FileSystemDescriptionFileSystemDescription. withName(String name)You can add tags to a file system (see CreateTags) including a "Name" tag.FileSystemDescriptionFileSystemDescription. withNumberOfMountTargets(Integer numberOfMountTargets)The current number of mount targets (see CreateMountTarget) the file system has.FileSystemDescriptionFileSystemDescription. withOwnerId(String ownerId)The AWS account that created the file system.FileSystemDescriptionFileSystemDescription. withSizeInBytes(FileSystemSize sizeInBytes)This object provides the latest known metered size of data stored in the file system, in bytes, in itsValuefield, and the time at which that size was determined in itsTimestampfield.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 DescribeFileSystemsResultDescribeFileSystemsResult. 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 voidDescribeFileSystemsResult. setFileSystems(Collection<FileSystemDescription> fileSystems)An array of file system descriptions.DescribeFileSystemsResultDescribeFileSystemsResult. withFileSystems(Collection<FileSystemDescription> fileSystems)An array of file system descriptions.
-