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 FileSystemSize
FileSystemSize. clone()
FileSystemSize
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.FileSystemSize
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
FileSystemSize. withTimestamp(Date timestamp)
The time at which the size of data, returned in theValue
field, was determined.FileSystemSize
FileSystemSize. 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 void
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
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
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.
-