Uses of Class
software.amazon.awssdk.services.iotsitewise.model.WarmTierState
-
Packages that use WarmTierState Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of WarmTierState in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return WarmTierState Modifier and Type Method Description static WarmTierStateWarmTierState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WarmTierStateWarmTierState. valueOf(String name)Returns the enum constant of this type with the specified name.static WarmTierState[]WarmTierState. values()Returns an array containing the constants of this enum type, in the order they are declared.WarmTierStateDescribeStorageConfigurationResponse. warmTier()A service managed storage tier optimized for analytical queries.WarmTierStatePutStorageConfigurationRequest. warmTier()A service managed storage tier optimized for analytical queries.WarmTierStatePutStorageConfigurationResponse. warmTier()A service managed storage tier optimized for analytical queries.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type WarmTierState Modifier and Type Method Description static Set<WarmTierState>WarmTierState. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type WarmTierState Modifier and Type Method Description DescribeStorageConfigurationResponse.BuilderDescribeStorageConfigurationResponse.Builder. warmTier(WarmTierState warmTier)A service managed storage tier optimized for analytical queries.PutStorageConfigurationRequest.BuilderPutStorageConfigurationRequest.Builder. warmTier(WarmTierState warmTier)A service managed storage tier optimized for analytical queries.PutStorageConfigurationResponse.BuilderPutStorageConfigurationResponse.Builder. warmTier(WarmTierState warmTier)A service managed storage tier optimized for analytical queries.
-