Uses of Class
software.amazon.awssdk.services.snowball.model.StorageUnit
-
Packages that use StorageUnit Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of StorageUnit in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return StorageUnit Modifier and Type Method Description static StorageUnitStorageUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageUnitNFSOnDeviceServiceConfiguration. storageUnit()The scale unit of the NFS storage on the device.StorageUnitS3OnDeviceServiceConfiguration. storageUnit()Storage unit.StorageUnitTGWOnDeviceServiceConfiguration. storageUnit()The scale unit of the virtual tapes on the device.static StorageUnitStorageUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageUnit[]StorageUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type StorageUnit Modifier and Type Method Description static Set<StorageUnit>StorageUnit. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type StorageUnit Modifier and Type Method Description NFSOnDeviceServiceConfiguration.BuilderNFSOnDeviceServiceConfiguration.Builder. storageUnit(StorageUnit storageUnit)The scale unit of the NFS storage on the device.S3OnDeviceServiceConfiguration.BuilderS3OnDeviceServiceConfiguration.Builder. storageUnit(StorageUnit storageUnit)Storage unit.TGWOnDeviceServiceConfiguration.BuilderTGWOnDeviceServiceConfiguration.Builder. storageUnit(StorageUnit storageUnit)The scale unit of the virtual tapes on the device.
-