| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetStatus |
AssetStatus.clone() |
AssetStatus |
UpdateAssetResult.getAssetStatus()
The status of the asset, which contains a state (
UPDATING after successfully calling this operation)
and any error message. |
AssetStatus |
DescribeAssetResult.getAssetStatus()
The current status of the asset, which contains a state and any error message.
|
AssetStatus |
CreateAssetResult.getAssetStatus()
The status of the asset, which contains a state (
CREATING after successfully calling this operation)
and any error message. |
AssetStatus |
DeleteAssetResult.getAssetStatus()
The status of the asset, which contains a state (
DELETING after successfully calling this operation)
and any error message. |
AssetStatus |
AssociatedAssetsSummary.getStatus()
The current status of the asset.
|
AssetStatus |
AssetSummary.getStatus()
The current status of the asset.
|
AssetStatus |
AssetStatus.withError(ErrorDetails error)
Contains associated error information, if any.
|
AssetStatus |
AssetStatus.withState(AssetState state)
The current status of the asset.
|
AssetStatus |
AssetStatus.withState(String state)
The current status of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssetResult.setAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
UPDATING after successfully calling this operation)
and any error message. |
void |
DescribeAssetResult.setAssetStatus(AssetStatus assetStatus)
The current status of the asset, which contains a state and any error message.
|
void |
CreateAssetResult.setAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
CREATING after successfully calling this operation)
and any error message. |
void |
DeleteAssetResult.setAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
DELETING after successfully calling this operation)
and any error message. |
void |
AssociatedAssetsSummary.setStatus(AssetStatus status)
The current status of the asset.
|
void |
AssetSummary.setStatus(AssetStatus status)
The current status of the asset.
|
UpdateAssetResult |
UpdateAssetResult.withAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
UPDATING after successfully calling this operation)
and any error message. |
DescribeAssetResult |
DescribeAssetResult.withAssetStatus(AssetStatus assetStatus)
The current status of the asset, which contains a state and any error message.
|
CreateAssetResult |
CreateAssetResult.withAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
CREATING after successfully calling this operation)
and any error message. |
DeleteAssetResult |
DeleteAssetResult.withAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
DELETING after successfully calling this operation)
and any error message. |
AssociatedAssetsSummary |
AssociatedAssetsSummary.withStatus(AssetStatus status)
The current status of the asset.
|
AssetSummary |
AssetSummary.withStatus(AssetStatus status)
The current status of the asset.
|
Copyright © 2024. All rights reserved.