Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AggregateType
-
Packages that use AggregateType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AggregateType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AggregateType Modifier and Type Method Description static AggregateTypeAggregateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregateTypeAggregateType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateType[]AggregateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AggregateType Modifier and Type Method Description List<AggregateType>BatchGetAssetPropertyAggregatesEntry. aggregateTypes()The data aggregating function.List<AggregateType>GetAssetPropertyAggregatesRequest. aggregateTypes()The data aggregating function.static Set<AggregateType>AggregateType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AggregateType Modifier and Type Method Description BatchGetAssetPropertyAggregatesEntry.BuilderBatchGetAssetPropertyAggregatesEntry.Builder. aggregateTypes(AggregateType... aggregateTypes)The data aggregating function.GetAssetPropertyAggregatesRequest.BuilderGetAssetPropertyAggregatesRequest.Builder. aggregateTypes(AggregateType... aggregateTypes)The data aggregating function.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AggregateType Modifier and Type Method Description BatchGetAssetPropertyAggregatesEntry.BuilderBatchGetAssetPropertyAggregatesEntry.Builder. aggregateTypes(Collection<AggregateType> aggregateTypes)The data aggregating function.GetAssetPropertyAggregatesRequest.BuilderGetAssetPropertyAggregatesRequest.Builder. aggregateTypes(Collection<AggregateType> aggregateTypes)The data aggregating function.
-