Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetModelStatus
-
Packages that use AssetModelStatus Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetModelStatus in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetModelStatus Modifier and Type Method Description AssetModelStatusCreateAssetModelResponse. assetModelStatus()The status of the asset model, which contains a state (CREATINGafter successfully calling this operation) and any error message.AssetModelStatusDeleteAssetModelResponse. assetModelStatus()The status of the asset model, which contains a state (DELETINGafter successfully calling this operation) and any error message.AssetModelStatusDescribeAssetModelResponse. assetModelStatus()The current status of the asset model, which contains a state and any error message.AssetModelStatusUpdateAssetModelResponse. assetModelStatus()The status of the asset model, which contains a state (UPDATINGafter successfully calling this operation) and any error message.AssetModelStatusAssetModelSummary. status()The current status of the asset model.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetModelStatus Modifier and Type Method Description CreateAssetModelResponse.BuilderCreateAssetModelResponse.Builder. assetModelStatus(AssetModelStatus assetModelStatus)The status of the asset model, which contains a state (CREATINGafter successfully calling this operation) and any error message.DeleteAssetModelResponse.BuilderDeleteAssetModelResponse.Builder. assetModelStatus(AssetModelStatus assetModelStatus)The status of the asset model, which contains a state (DELETINGafter successfully calling this operation) and any error message.DescribeAssetModelResponse.BuilderDescribeAssetModelResponse.Builder. assetModelStatus(AssetModelStatus assetModelStatus)The current status of the asset model, which contains a state and any error message.UpdateAssetModelResponse.BuilderUpdateAssetModelResponse.Builder. assetModelStatus(AssetModelStatus assetModelStatus)The status of the asset model, which contains a state (UPDATINGafter successfully calling this operation) and any error message.AssetModelSummary.BuilderAssetModelSummary.Builder. status(AssetModelStatus status)The current status of the asset model.
-