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