| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetModelStatus |
AssetModelStatus.clone() |
AssetModelStatus |
UpdateAssetModelResult.getAssetModelStatus()
The status of the asset model, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
AssetModelStatus |
DescribeAssetModelResult.getAssetModelStatus()
The current status of the asset model, which contains a state and any error message.
|
AssetModelStatus |
DeleteAssetModelResult.getAssetModelStatus()
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
AssetModelStatus |
CreateAssetModelResult.getAssetModelStatus()
The status of the asset model, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
AssetModelStatus |
AssetModelSummary.getStatus()
The current status of the asset model.
|
AssetModelStatus |
AssetModelStatus.withError(ErrorDetails error)
Contains associated error information, if any.
|
AssetModelStatus |
AssetModelStatus.withState(AssetModelState state)
The current state of the asset model.
|
AssetModelStatus |
AssetModelStatus.withState(String state)
The current state of the asset model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssetModelResult.setAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
void |
DescribeAssetModelResult.setAssetModelStatus(AssetModelStatus assetModelStatus)
The current status of the asset model, which contains a state and any error message.
|
void |
DeleteAssetModelResult.setAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
void |
CreateAssetModelResult.setAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
void |
AssetModelSummary.setStatus(AssetModelStatus status)
The current status of the asset model.
|
UpdateAssetModelResult |
UpdateAssetModelResult.withAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
DescribeAssetModelResult |
DescribeAssetModelResult.withAssetModelStatus(AssetModelStatus assetModelStatus)
The current status of the asset model, which contains a state and any error message.
|
DeleteAssetModelResult |
DeleteAssetModelResult.withAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
CreateAssetModelResult |
CreateAssetModelResult.withAssetModelStatus(AssetModelStatus assetModelStatus)
The status of the asset model, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
AssetModelSummary |
AssetModelSummary.withStatus(AssetModelStatus status)
The current status of the asset model.
|
Copyright © 2022. All rights reserved.