Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesErrorEntry
-
Packages that use BatchGetAssetPropertyAggregatesErrorEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyAggregatesErrorEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyAggregatesErrorEntry Modifier and Type Method Description List<BatchGetAssetPropertyAggregatesErrorEntry>BatchGetAssetPropertyAggregatesResponse. errorEntries()A list of the errors (if any) associated with the batch request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchGetAssetPropertyAggregatesErrorEntry Modifier and Type Method Description BatchGetAssetPropertyAggregatesResponse.BuilderBatchGetAssetPropertyAggregatesResponse.Builder. errorEntries(BatchGetAssetPropertyAggregatesErrorEntry... errorEntries)A list of the errors (if any) associated with the batch request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchGetAssetPropertyAggregatesErrorEntry Modifier and Type Method Description BatchGetAssetPropertyAggregatesResponse.BuilderBatchGetAssetPropertyAggregatesResponse.Builder. errorEntries(Collection<BatchGetAssetPropertyAggregatesErrorEntry> errorEntries)A list of the errors (if any) associated with the batch request.
-