| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static DimensionType |
DimensionType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DescribeDimensionResult |
DescribeDimensionResult.withType(DimensionType type)
The type of the dimension.
|
UpdateDimensionResult |
UpdateDimensionResult.withType(DimensionType type)
The type of the dimension.
|
CreateDimensionRequest |
CreateDimensionRequest.withType(DimensionType type)
Specifies the type of dimension.
|
Copyright © 2023. All rights reserved.