Uses of Class
software.amazon.awssdk.services.efs.model.FileSystemSize
-
Packages that use FileSystemSize Package Description software.amazon.awssdk.services.efs.model -
-
Uses of FileSystemSize in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return FileSystemSize Modifier and Type Method Description FileSystemSizeCreateFileSystemResponse. sizeInBytes()The latest known metered size (in bytes) of data stored in the file system, in itsValuefield, and the time at which that size was determined in itsTimestampfield.FileSystemSizeFileSystemDescription. sizeInBytes()The latest known metered size (in bytes) of data stored in the file system, in itsValuefield, and the time at which that size was determined in itsTimestampfield.FileSystemSizeUpdateFileSystemResponse. sizeInBytes()The latest known metered size (in bytes) of data stored in the file system, in itsValuefield, and the time at which that size was determined in itsTimestampfield.Methods in software.amazon.awssdk.services.efs.model with parameters of type FileSystemSize Modifier and Type Method Description CreateFileSystemResponse.BuilderCreateFileSystemResponse.Builder. sizeInBytes(FileSystemSize sizeInBytes)The latest known metered size (in bytes) of data stored in the file system, in itsValuefield, and the time at which that size was determined in itsTimestampfield.FileSystemDescription.BuilderFileSystemDescription.Builder. sizeInBytes(FileSystemSize sizeInBytes)The latest known metered size (in bytes) of data stored in the file system, in itsValuefield, and the time at which that size was determined in itsTimestampfield.UpdateFileSystemResponse.BuilderUpdateFileSystemResponse.Builder. sizeInBytes(FileSystemSize sizeInBytes)The latest known metered size (in bytes) of data stored in the file system, in itsValuefield, and the time at which that size was determined in itsTimestampfield.
-