Uses of Class
com.amazonaws.services.elasticfilesystem.model.FileSystemSize
-
Packages that use FileSystemSize Package Description com.amazonaws.services.elasticfilesystem.model -
-
Uses of FileSystemSize in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return FileSystemSize Modifier and Type Method Description FileSystemSizeFileSystemSize. clone()FileSystemSizeCreateFileSystemResult. getSizeInBytes()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.FileSystemSizeFileSystemDescription. getSizeInBytes()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.FileSystemSizeFileSystemSize. withTimestamp(Date timestamp)The time at which the size of data, returned in theValuefield, was determined.FileSystemSizeFileSystemSize. withValue(Long value)The latest known metered size, in bytes, of data stored in the file system.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type FileSystemSize Modifier and Type Method Description voidCreateFileSystemResult. setSizeInBytes(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.voidFileSystemDescription. setSizeInBytes(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.CreateFileSystemResultCreateFileSystemResult. 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.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.
-