Uses of Interface
software.amazon.awssdk.services.efs.model.FileSystemSize.Builder
-
Packages that use FileSystemSize.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of FileSystemSize.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return FileSystemSize.Builder Modifier and Type Method Description static FileSystemSize.Builder
FileSystemSize. builder()
FileSystemSize.Builder
FileSystemSize.Builder. timestamp(Instant timestamp)
The time at which the size of data, returned in theValue
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. valueInArchive(Long valueInArchive)
The latest known metered size (in bytes) of data stored in the Archive storage class.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.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type FileSystemSize.Builder Modifier and Type Method Description static Class<? extends FileSystemSize.Builder>
FileSystemSize. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type FileSystemSize.Builder Modifier and Type Method Description 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 itsValue
field, and the time at which that size was determined in itsTimestamp
field.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 itsValue
field, and the time at which that size was determined in itsTimestamp
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 itsValue
field, and the time at which that size was determined in itsTimestamp
field.
-