Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistorySkippedEntry
-
Packages that use BatchGetAssetPropertyValueHistorySkippedEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueHistorySkippedEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueHistorySkippedEntry Modifier and Type Method Description List<BatchGetAssetPropertyValueHistorySkippedEntry>BatchGetAssetPropertyValueHistoryResponse. 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 BatchGetAssetPropertyValueHistorySkippedEntry Modifier and Type Method Description BatchGetAssetPropertyValueHistoryResponse.BuilderBatchGetAssetPropertyValueHistoryResponse.Builder. skippedEntries(BatchGetAssetPropertyValueHistorySkippedEntry... 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 BatchGetAssetPropertyValueHistorySkippedEntry Modifier and Type Method Description BatchGetAssetPropertyValueHistoryResponse.BuilderBatchGetAssetPropertyValueHistoryResponse.Builder. skippedEntries(Collection<BatchGetAssetPropertyValueHistorySkippedEntry> skippedEntries)A list of entries that were not processed by this batch request.
-