Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesSkippedEntry
-
Packages that use BatchGetAssetPropertyAggregatesSkippedEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyAggregatesSkippedEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyAggregatesSkippedEntry Modifier and Type Method Description List<BatchGetAssetPropertyAggregatesSkippedEntry>BatchGetAssetPropertyAggregatesResponse. skippedEntries()A list of entries that were not processed by this batch request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchGetAssetPropertyAggregatesSkippedEntry Modifier and Type Method Description BatchGetAssetPropertyAggregatesResponse.BuilderBatchGetAssetPropertyAggregatesResponse.Builder. skippedEntries(BatchGetAssetPropertyAggregatesSkippedEntry... skippedEntries)A list of entries that were not processed by this batch request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchGetAssetPropertyAggregatesSkippedEntry Modifier and Type Method Description BatchGetAssetPropertyAggregatesResponse.BuilderBatchGetAssetPropertyAggregatesResponse.Builder. skippedEntries(Collection<BatchGetAssetPropertyAggregatesSkippedEntry> skippedEntries)A list of entries that were not processed by this batch request.
-