| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetModelStatus |
DeleteAssetModelResponse.assetModelStatus()
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
AssetModelStatus |
DescribeAssetModelResponse.assetModelStatus()
The current status of the asset model, which contains a state and any error message.
|
AssetModelStatus |
CreateAssetModelResponse.assetModelStatus()
The status of the asset model, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
AssetModelStatus |
UpdateAssetModelResponse.assetModelStatus()
The status of the asset model, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
AssetModelStatus |
AssetModelSummary.status()
The current status of the asset model.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAssetModelResponse.Builder |
DeleteAssetModelResponse.Builder.assetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
DescribeAssetModelResponse.Builder |
DescribeAssetModelResponse.Builder.assetModelStatus(AssetModelStatus assetModelStatus)
The current status of the asset model, which contains a state and any error message.
|
CreateAssetModelResponse.Builder |
CreateAssetModelResponse.Builder.assetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
UpdateAssetModelResponse.Builder |
UpdateAssetModelResponse.Builder.assetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
AssetModelSummary.Builder |
AssetModelSummary.Builder.status(AssetModelStatus status)
The current status of the asset model.
|
Copyright © 2023. All rights reserved.