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 itsValuefield, and the time at which that size was determined in itsTimestampfield.FileSystemDescription.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.FileSystemSize.withTimestamp(Date timestamp) The time at which the size of data, returned in theValuefield, 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 TypeMethodDescriptionvoidCreateFileSystemResult.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.CreateFileSystemResult.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.FileSystemDescription.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.