| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static DimensionType |
DimensionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DimensionType |
UpdateDimensionResponse.type()
The type of the dimension.
|
DimensionType |
CreateDimensionRequest.type()
Specifies the type of dimension.
|
DimensionType |
DescribeDimensionResponse.type()
The type of the dimension.
|
static DimensionType |
DimensionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DimensionType> |
DimensionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDimensionResponse.Builder |
UpdateDimensionResponse.Builder.type(DimensionType type)
The type of the dimension.
|
CreateDimensionRequest.Builder |
CreateDimensionRequest.Builder.type(DimensionType type)
Specifies the type of dimension.
|
DescribeDimensionResponse.Builder |
DescribeDimensionResponse.Builder.type(DimensionType type)
The type of the dimension.
|
Copyright © 2022. All rights reserved.