| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemSize |
FileSystemSize.clone() |
FileSystemSize |
FileSystemDescription.getSizeInBytes()
Latest known metered size (in bytes) 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()
Latest known metered size (in bytes) 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)
Time at which the size of data, returned in the
Value field, was determined. |
FileSystemSize |
FileSystemSize.withValue(Long value)
Latest known metered size (in bytes) of data stored in the file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemDescription.setSizeInBytes(FileSystemSize sizeInBytes)
Latest known metered size (in bytes) 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)
Latest known metered size (in bytes) 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)
Latest known metered size (in bytes) 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)
Latest known metered size (in bytes) 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 © 2018. All rights reserved.