| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemSize |
FileSystemSize.clone() |
FileSystemSize |
FileSystemDescription.getSizeInBytes()
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
FileSystemSize |
UpdateFileSystemResult.getSizeInBytes()
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
FileSystemSize |
CreateFileSystemResult.getSizeInBytes()
The latest known metered size (in bytes) of data stored in the file system, 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.
|
FileSystemSize |
FileSystemSize.withValueInIA(Long valueInIA)
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
|
FileSystemSize |
FileSystemSize.withValueInStandard(Long valueInStandard)
The latest known metered size (in bytes) of data stored in the Standard storage class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemDescription.setSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
void |
UpdateFileSystemResult.setSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
void |
CreateFileSystemResult.setSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
FileSystemDescription |
FileSystemDescription.withSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
UpdateFileSystemResult |
UpdateFileSystemResult.withSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
CreateFileSystemResult |
CreateFileSystemResult.withSizeInBytes(FileSystemSize sizeInBytes)
The latest known metered size (in bytes) of data stored in the file system, in its
Value field, and
the time at which that size was determined in its Timestamp field. |
Copyright © 2023. All rights reserved.