| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model | |
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyValue |
BatchGetAssetPropertyValueSuccessEntry.assetPropertyValue()
Returns the value of the AssetPropertyValue property for this object.
|
AssetPropertyValue |
GetAssetPropertyValueResponse.propertyValue()
The current asset property value.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueSuccessEntry.Builder |
BatchGetAssetPropertyValueSuccessEntry.Builder.assetPropertyValue(AssetPropertyValue assetPropertyValue)
Sets the value of the AssetPropertyValue property for this object.
|
BatchGetAssetPropertyValueHistorySuccessEntry.Builder |
BatchGetAssetPropertyValueHistorySuccessEntry.Builder.assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
GetAssetPropertyValueHistoryResponse.Builder |
GetAssetPropertyValueHistoryResponse.Builder.assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The asset property's value history.
|
GetAssetPropertyValueResponse.Builder |
GetAssetPropertyValueResponse.Builder.propertyValue(AssetPropertyValue propertyValue)
The current asset property value.
|
PutAssetPropertyValueEntry.Builder |
PutAssetPropertyValueEntry.Builder.propertyValues(AssetPropertyValue... propertyValues)
The list of property values to upload.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistorySuccessEntry.Builder |
BatchGetAssetPropertyValueHistorySuccessEntry.Builder.assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The requested historical values for the specified asset property.
|
GetAssetPropertyValueHistoryResponse.Builder |
GetAssetPropertyValueHistoryResponse.Builder.assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
|
PutAssetPropertyValueEntry.Builder |
PutAssetPropertyValueEntry.Builder.propertyValues(Collection<AssetPropertyValue> propertyValues)
The list of property values to upload.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssetPropertyValue> |
GetAssetPropertyValueHistoryPublisher.assetPropertyValueHistory()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssetPropertyValue> |
GetAssetPropertyValueHistoryIterable.assetPropertyValueHistory()
Returns an iterable to iterate through the paginated
GetAssetPropertyValueHistoryResponse.assetPropertyValueHistory() member. |
Copyright © 2022. All rights reserved.