| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetStatus |
DescribeAssetResponse.assetStatus()
The current status of the asset, which contains a state and any error message.
|
AssetStatus |
CreateAssetResponse.assetStatus()
The status of the asset, which contains a state (
CREATING after successfully calling this operation)
and any error message. |
AssetStatus |
UpdateAssetResponse.assetStatus()
The status of the asset, which contains a state (
UPDATING after successfully calling this operation)
and any error message. |
AssetStatus |
DeleteAssetResponse.assetStatus()
The status of the asset, which contains a state (
DELETING after successfully calling this operation)
and any error message. |
AssetStatus |
AssociatedAssetsSummary.status()
The current status of the asset.
|
AssetStatus |
AssetSummary.status()
The current status of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetResponse.Builder |
DescribeAssetResponse.Builder.assetStatus(AssetStatus assetStatus)
The current status of the asset, which contains a state and any error message.
|
CreateAssetResponse.Builder |
CreateAssetResponse.Builder.assetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
UpdateAssetResponse.Builder |
UpdateAssetResponse.Builder.assetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
DeleteAssetResponse.Builder |
DeleteAssetResponse.Builder.assetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
AssociatedAssetsSummary.Builder |
AssociatedAssetsSummary.Builder.status(AssetStatus status)
The current status of the asset.
|
AssetSummary.Builder |
AssetSummary.Builder.status(AssetStatus status)
The current status of the asset.
|
Copyright © 2022. All rights reserved.