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