Uses of Class
com.amazonaws.services.elasticfilesystem.model.FileSystemSize
Packages that use FileSystemSize
-
Uses of FileSystemSize in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return FileSystemSizeModifier and TypeMethodDescriptionFileSystemSize.clone()
CreateFileSystemResult.getSizeInBytes()
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.FileSystemDescription.getSizeInBytes()
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.FileSystemSize.withTimestamp
(Date timestamp) The time at which the size of data, returned in theValue
field, was determined.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 FileSystemSizeModifier and TypeMethodDescriptionvoid
CreateFileSystemResult.setSizeInBytes
(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.void
FileSystemDescription.setSizeInBytes
(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.CreateFileSystemResult.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.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.