Uses of Class
software.amazon.awssdk.services.iot.model.DimensionType
-
Packages that use DimensionType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DimensionType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DimensionType Modifier and Type Method Description static DimensionTypeDimensionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DimensionTypeCreateDimensionRequest. type()Specifies the type of dimension.DimensionTypeDescribeDimensionResponse. type()The type of the dimension.DimensionTypeUpdateDimensionResponse. type()The type of the dimension.static DimensionTypeDimensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DimensionType[]DimensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DimensionType Modifier and Type Method Description static Set<DimensionType>DimensionType. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type DimensionType Modifier and Type Method Description CreateDimensionRequest.BuilderCreateDimensionRequest.Builder. type(DimensionType type)Specifies the type of dimension.DescribeDimensionResponse.BuilderDescribeDimensionResponse.Builder. type(DimensionType type)The type of the dimension.UpdateDimensionResponse.BuilderUpdateDimensionResponse.Builder. type(DimensionType type)The type of the dimension.
-