Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryErrorEntry
-
Packages that use BatchGetAssetPropertyValueHistoryErrorEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueHistoryErrorEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueHistoryErrorEntry Modifier and Type Method Description List<BatchGetAssetPropertyValueHistoryErrorEntry>BatchGetAssetPropertyValueHistoryResponse. 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 BatchGetAssetPropertyValueHistoryErrorEntry Modifier and Type Method Description BatchGetAssetPropertyValueHistoryResponse.BuilderBatchGetAssetPropertyValueHistoryResponse.Builder. errorEntries(BatchGetAssetPropertyValueHistoryErrorEntry... 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 BatchGetAssetPropertyValueHistoryErrorEntry Modifier and Type Method Description BatchGetAssetPropertyValueHistoryResponse.BuilderBatchGetAssetPropertyValueHistoryResponse.Builder. errorEntries(Collection<BatchGetAssetPropertyValueHistoryErrorEntry> errorEntries)A list of the errors (if any) associated with the batch request.
-