| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregateType |
AggregateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AggregateType |
AggregateType.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregateType> |
BatchGetAssetPropertyAggregatesEntry.aggregateTypes()
The data aggregating function.
|
List<AggregateType> |
GetAssetPropertyAggregatesRequest.aggregateTypes()
The data aggregating function.
|
static Set<AggregateType> |
AggregateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesEntry.Builder |
BatchGetAssetPropertyAggregatesEntry.Builder.aggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.aggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesEntry.Builder |
BatchGetAssetPropertyAggregatesEntry.Builder.aggregateTypes(Collection<AggregateType> aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.aggregateTypes(Collection<AggregateType> aggregateTypes)
The data aggregating function.
|
Copyright © 2022. All rights reserved.