Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryEntry
-
Packages that use BatchGetAssetPropertyValueHistoryEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueHistoryEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueHistoryEntry Modifier and Type Method Description List<BatchGetAssetPropertyValueHistoryEntry>BatchGetAssetPropertyValueHistoryRequest. entries()The list of asset property historical value entries for the batch get request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchGetAssetPropertyValueHistoryEntry Modifier and Type Method Description BatchGetAssetPropertyValueHistoryRequest.BuilderBatchGetAssetPropertyValueHistoryRequest.Builder. entries(BatchGetAssetPropertyValueHistoryEntry... entries)The list of asset property historical value entries for the batch get request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchGetAssetPropertyValueHistoryEntry Modifier and Type Method Description BatchGetAssetPropertyValueHistoryRequest.BuilderBatchGetAssetPropertyValueHistoryRequest.Builder. entries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)The list of asset property historical value entries for the batch get request.
-