Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueEntry
-
Packages that use BatchGetAssetPropertyValueEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueEntry Modifier and Type Method Description List<BatchGetAssetPropertyValueEntry>BatchGetAssetPropertyValueRequest. entries()The list of asset property value entries for the batch get request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchGetAssetPropertyValueEntry Modifier and Type Method Description BatchGetAssetPropertyValueRequest.BuilderBatchGetAssetPropertyValueRequest.Builder. entries(BatchGetAssetPropertyValueEntry... entries)The list of asset property value entries for the batch get request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchGetAssetPropertyValueEntry Modifier and Type Method Description BatchGetAssetPropertyValueRequest.BuilderBatchGetAssetPropertyValueRequest.Builder. entries(Collection<BatchGetAssetPropertyValueEntry> entries)The list of asset property value entries for the batch get request.
-