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