Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueSuccessEntry
-
Packages that use BatchGetAssetPropertyValueSuccessEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueSuccessEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueSuccessEntry Modifier and Type Method Description List<BatchGetAssetPropertyValueSuccessEntry>BatchGetAssetPropertyValueResponse. successEntries()A list of entries that were processed successfully by this batch request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchGetAssetPropertyValueSuccessEntry Modifier and Type Method Description BatchGetAssetPropertyValueResponse.BuilderBatchGetAssetPropertyValueResponse.Builder. successEntries(BatchGetAssetPropertyValueSuccessEntry... successEntries)A list of entries that were processed successfully by this batch request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchGetAssetPropertyValueSuccessEntry Modifier and Type Method Description BatchGetAssetPropertyValueResponse.BuilderBatchGetAssetPropertyValueResponse.Builder. successEntries(Collection<BatchGetAssetPropertyValueSuccessEntry> successEntries)A list of entries that were processed successfully by this batch request.
-