| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemSize |
FileSystemDescription.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. |
FileSystemSize |
UpdateFileSystemResponse.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. |
FileSystemSize |
CreateFileSystemResponse.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. |
| Modifier and Type | Method and Description |
|---|---|
FileSystemDescription.Builder |
FileSystemDescription.Builder.sizeInBytes(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. |
UpdateFileSystemResponse.Builder |
UpdateFileSystemResponse.Builder.sizeInBytes(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. |
CreateFileSystemResponse.Builder |
CreateFileSystemResponse.Builder.sizeInBytes(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.