| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemSize.Builder |
FileSystemSize.builder() |
FileSystemSize.Builder |
FileSystemSize.Builder.timestamp(Instant timestamp)
The time at which the size of data, returned in the
Value field, was determined. |
FileSystemSize.Builder |
FileSystemSize.toBuilder() |
FileSystemSize.Builder |
FileSystemSize.Builder.value(Long value)
The latest known metered size (in bytes) of data stored in the file system.
|
FileSystemSize.Builder |
FileSystemSize.Builder.valueInIA(Long valueInIA)
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
|
FileSystemSize.Builder |
FileSystemSize.Builder.valueInStandard(Long valueInStandard)
The latest known metered size (in bytes) of data stored in the Standard storage class.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileSystemSize.Builder> |
FileSystemSize.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystemDescription.Builder |
FileSystemDescription.Builder.sizeInBytes(Consumer<FileSystemSize.Builder> 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. |
default UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.sizeInBytes(Consumer<FileSystemSize.Builder> 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. |
default CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.sizeInBytes(Consumer<FileSystemSize.Builder> 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.