| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthorSpecifiedAggregation |
AuthorSpecifiedAggregation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthorSpecifiedAggregation |
AuthorSpecifiedAggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorSpecifiedAggregation[] |
AuthorSpecifiedAggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorSpecifiedAggregation> |
TopicCalculatedField.allowedAggregations()
The list of aggregation types that are allowed for the calculated field.
|
List<AuthorSpecifiedAggregation> |
TopicColumn.allowedAggregations()
The list of aggregation types that are allowed for the column.
|
static Set<AuthorSpecifiedAggregation> |
AuthorSpecifiedAggregation.knownValues()
|
List<AuthorSpecifiedAggregation> |
TopicCalculatedField.notAllowedAggregations()
The list of aggregation types that are not allowed for the calculated field.
|
List<AuthorSpecifiedAggregation> |
TopicColumn.notAllowedAggregations()
The list of aggregation types that are not allowed for the column.
|
| Modifier and Type | Method and Description |
|---|---|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.allowedAggregations(AuthorSpecifiedAggregation... allowedAggregations)
The list of aggregation types that are allowed for the calculated field.
|
TopicColumn.Builder |
TopicColumn.Builder.allowedAggregations(AuthorSpecifiedAggregation... allowedAggregations)
The list of aggregation types that are allowed for the column.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.notAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations)
The list of aggregation types that are not allowed for the calculated field.
|
TopicColumn.Builder |
TopicColumn.Builder.notAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations)
The list of aggregation types that are not allowed for the column.
|
| Modifier and Type | Method and Description |
|---|---|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.allowedAggregations(Collection<AuthorSpecifiedAggregation> allowedAggregations)
The list of aggregation types that are allowed for the calculated field.
|
TopicColumn.Builder |
TopicColumn.Builder.allowedAggregations(Collection<AuthorSpecifiedAggregation> allowedAggregations)
The list of aggregation types that are allowed for the column.
|
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.notAllowedAggregations(Collection<AuthorSpecifiedAggregation> notAllowedAggregations)
The list of aggregation types that are not allowed for the calculated field.
|
TopicColumn.Builder |
TopicColumn.Builder.notAllowedAggregations(Collection<AuthorSpecifiedAggregation> notAllowedAggregations)
The list of aggregation types that are not allowed for the column.
|
Copyright © 2023. All rights reserved.