Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetStatus
-
Packages that use AssetStatus Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetStatus in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetStatus Modifier and Type Method Description AssetStatusCreateAssetResponse. assetStatus()The status of the asset, which contains a state (CREATINGafter successfully calling this operation) and any error message.AssetStatusDeleteAssetResponse. assetStatus()The status of the asset, which contains a state (DELETINGafter successfully calling this operation) and any error message.AssetStatusDescribeAssetResponse. assetStatus()The current status of the asset, which contains a state and any error message.AssetStatusUpdateAssetResponse. assetStatus()The status of the asset, which contains a state (UPDATINGafter successfully calling this operation) and any error message.AssetStatusAssetSummary. status()The current status of the asset.AssetStatusAssociatedAssetsSummary. status()The current status of the asset.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetStatus Modifier and Type Method Description CreateAssetResponse.BuilderCreateAssetResponse.Builder. assetStatus(AssetStatus assetStatus)The status of the asset, which contains a state (CREATINGafter successfully calling this operation) and any error message.DeleteAssetResponse.BuilderDeleteAssetResponse.Builder. assetStatus(AssetStatus assetStatus)The status of the asset, which contains a state (DELETINGafter successfully calling this operation) and any error message.DescribeAssetResponse.BuilderDescribeAssetResponse.Builder. assetStatus(AssetStatus assetStatus)The current status of the asset, which contains a state and any error message.UpdateAssetResponse.BuilderUpdateAssetResponse.Builder. assetStatus(AssetStatus assetStatus)The status of the asset, which contains a state (UPDATINGafter successfully calling this operation) and any error message.AssetSummary.BuilderAssetSummary.Builder. status(AssetStatus status)The current status of the asset.AssociatedAssetsSummary.BuilderAssociatedAssetsSummary.Builder. status(AssetStatus status)The current status of the asset.
-