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