Uses of Class
software.amazon.awssdk.services.storagegateway.model.TapeStorageClass
-
Packages that use TapeStorageClass Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of TapeStorageClass in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return TapeStorageClass Modifier and Type Method Description static TapeStorageClassTapeStorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TapeStorageClassCreateTapePoolRequest. storageClass()The storage class that is associated with the new custom pool.TapeStorageClassPoolInfo. storageClass()The storage class that is associated with the custom pool.static TapeStorageClassTapeStorageClass. valueOf(String name)Returns the enum constant of this type with the specified name.static TapeStorageClass[]TapeStorageClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type TapeStorageClass Modifier and Type Method Description static Set<TapeStorageClass>TapeStorageClass. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type TapeStorageClass Modifier and Type Method Description CreateTapePoolRequest.BuilderCreateTapePoolRequest.Builder. storageClass(TapeStorageClass storageClass)The storage class that is associated with the new custom pool.PoolInfo.BuilderPoolInfo.Builder. storageClass(TapeStorageClass storageClass)The storage class that is associated with the custom pool.
-