Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AggregatedValue
-
Packages that use AggregatedValue Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of AggregatedValue in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AggregatedValue Modifier and Type Method Description List<AggregatedValue>BatchGetAssetPropertyAggregatesSuccessEntry. aggregatedValues()The requested aggregated asset property values (for example, average, minimum, and maximum).List<AggregatedValue>GetAssetPropertyAggregatesResponse. aggregatedValues()The requested aggregated values.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AggregatedValue Modifier and Type Method Description BatchGetAssetPropertyAggregatesSuccessEntry.BuilderBatchGetAssetPropertyAggregatesSuccessEntry.Builder. aggregatedValues(AggregatedValue... aggregatedValues)The requested aggregated asset property values (for example, average, minimum, and maximum).GetAssetPropertyAggregatesResponse.BuilderGetAssetPropertyAggregatesResponse.Builder. aggregatedValues(AggregatedValue... aggregatedValues)The requested aggregated values.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AggregatedValue Modifier and Type Method Description BatchGetAssetPropertyAggregatesSuccessEntry.BuilderBatchGetAssetPropertyAggregatesSuccessEntry.Builder. aggregatedValues(Collection<AggregatedValue> aggregatedValues)The requested aggregated asset property values (for example, average, minimum, and maximum).GetAssetPropertyAggregatesResponse.BuilderGetAssetPropertyAggregatesResponse.Builder. aggregatedValues(Collection<AggregatedValue> aggregatedValues)The requested aggregated values. -
Uses of AggregatedValue in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type AggregatedValue Modifier and Type Method Description SdkIterable<AggregatedValue>GetAssetPropertyAggregatesIterable. aggregatedValues()Returns an iterable to iterate through the paginatedGetAssetPropertyAggregatesResponse.aggregatedValues()member.SdkPublisher<AggregatedValue>GetAssetPropertyAggregatesPublisher. aggregatedValues()Returns a publisher that can be used to get a stream of data.
-