Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
FileSystemSize |
FileSystemSize.clone() |
FileSystemSize |
FileSystemDescription.getSizeInBytes()
This object provides the latest known metered size of data stored in the
file system, in bytes, in its
Value field, and the time at
which that size was determined in its Timestamp field. |
FileSystemSize |
CreateFileSystemResult.getSizeInBytes()
This object provides the latest known metered size of data stored in the
file system, in bytes, in its
Value field, and the time at
which that size was determined in its Timestamp field. |
FileSystemSize |
FileSystemSize.withTimestamp(Date timestamp)
The time at which the size of data, returned in the
Value
field, was determined. |
FileSystemSize |
FileSystemSize.withValue(Long value)
The latest known metered size, in bytes, of data stored in the file
system.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemDescription.setSizeInBytes(FileSystemSize sizeInBytes)
This object provides the latest known metered size of data stored in the
file system, in bytes, in its
Value field, and the time at
which that size was determined in its Timestamp field. |
void |
CreateFileSystemResult.setSizeInBytes(FileSystemSize sizeInBytes)
This object provides the latest known metered size of data stored in the
file system, in bytes, in its
Value field, and the time at
which that size was determined in its Timestamp field. |
FileSystemDescription |
FileSystemDescription.withSizeInBytes(FileSystemSize sizeInBytes)
This object provides the latest known metered size of data stored in the
file system, in bytes, in its
Value field, and the time at
which that size was determined in its Timestamp field. |
CreateFileSystemResult |
CreateFileSystemResult.withSizeInBytes(FileSystemSize sizeInBytes)
This object provides the latest known metered size of data stored in the
file system, in bytes, in its
Value field, and the time at
which that size was determined in its Timestamp field. |
Copyright © 2015. All rights reserved.