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