Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetPropertyValue
-
Packages that use AssetPropertyValue Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of AssetPropertyValue in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetPropertyValue Modifier and Type Method Description AssetPropertyValueBatchGetAssetPropertyValueSuccessEntry. assetPropertyValue()Returns the value of the AssetPropertyValue property for this object.AssetPropertyValueGetAssetPropertyValueResponse. propertyValue()The current asset property value.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetPropertyValue Modifier and Type Method Description List<AssetPropertyValue>BatchGetAssetPropertyValueHistorySuccessEntry. assetPropertyValueHistory()The requested historical values for the specified asset property.List<AssetPropertyValue>GetAssetPropertyValueHistoryResponse. assetPropertyValueHistory()The asset property's value history.List<AssetPropertyValue>PutAssetPropertyValueEntry. propertyValues()The list of property values to upload.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetPropertyValue Modifier and Type Method Description BatchGetAssetPropertyValueSuccessEntry.BuilderBatchGetAssetPropertyValueSuccessEntry.Builder. assetPropertyValue(AssetPropertyValue assetPropertyValue)Sets the value of the AssetPropertyValue property for this object.BatchGetAssetPropertyValueHistorySuccessEntry.BuilderBatchGetAssetPropertyValueHistorySuccessEntry.Builder. assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)The requested historical values for the specified asset property.GetAssetPropertyValueHistoryResponse.BuilderGetAssetPropertyValueHistoryResponse.Builder. assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)The asset property's value history.GetAssetPropertyValueResponse.BuilderGetAssetPropertyValueResponse.Builder. propertyValue(AssetPropertyValue propertyValue)The current asset property value.PutAssetPropertyValueEntry.BuilderPutAssetPropertyValueEntry.Builder. propertyValues(AssetPropertyValue... propertyValues)The list of property values to upload.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetPropertyValue Modifier and Type Method Description BatchGetAssetPropertyValueHistorySuccessEntry.BuilderBatchGetAssetPropertyValueHistorySuccessEntry.Builder. assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)The requested historical values for the specified asset property.GetAssetPropertyValueHistoryResponse.BuilderGetAssetPropertyValueHistoryResponse.Builder. assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)The asset property's value history.PutAssetPropertyValueEntry.BuilderPutAssetPropertyValueEntry.Builder. propertyValues(Collection<AssetPropertyValue> propertyValues)The list of property values to upload. -
Uses of AssetPropertyValue in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type AssetPropertyValue Modifier and Type Method Description SdkIterable<AssetPropertyValue>GetAssetPropertyValueHistoryIterable. assetPropertyValueHistory()Returns an iterable to iterate through the paginatedGetAssetPropertyValueHistoryResponse.assetPropertyValueHistory()member.SdkPublisher<AssetPropertyValue>GetAssetPropertyValueHistoryPublisher. assetPropertyValueHistory()Returns a publisher that can be used to get a stream of data.
-