| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static AssetModelType |
AssetModelType.fromValue(String value)
Use this in place of valueOf.
|
static AssetModelType |
AssetModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetModelType[] |
AssetModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetModelResult |
DescribeAssetModelResult.withAssetModelType(AssetModelType assetModelType)
The type of asset model.
|
AssetModelSummary |
AssetModelSummary.withAssetModelType(AssetModelType assetModelType)
The type of asset model.
|
CreateAssetModelRequest |
CreateAssetModelRequest.withAssetModelType(AssetModelType assetModelType)
The type of asset model.
|
ListAssetModelsRequest |
ListAssetModelsRequest.withAssetModelTypes(AssetModelType... assetModelTypes)
The type of asset model.
|
Copyright © 2024. All rights reserved.