| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunctionName |
AggregateFunctionName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AggregateFunctionName |
AggregateColumn.function()
Aggregation function that can be applied to aggregate column in query.
|
static AggregateFunctionName |
AggregateFunctionName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFunctionName[] |
AggregateFunctionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AggregateFunctionName> |
AggregateFunctionName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AggregateColumn.Builder |
AggregateColumn.Builder.function(AggregateFunctionName function)
Aggregation function that can be applied to aggregate column in query.
|
Copyright © 2023. All rights reserved.