Uses of Class
software.amazon.awssdk.services.quicksight.model.AuthorSpecifiedAggregation
-
Packages that use AuthorSpecifiedAggregation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AuthorSpecifiedAggregation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AuthorSpecifiedAggregation Modifier and Type Method Description static AuthorSpecifiedAggregationAuthorSpecifiedAggregation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthorSpecifiedAggregationAuthorSpecifiedAggregation. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AuthorSpecifiedAggregation Modifier and Type Method 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.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AuthorSpecifiedAggregation Modifier and Type Method Description TopicCalculatedField.BuilderTopicCalculatedField.Builder. allowedAggregations(AuthorSpecifiedAggregation... allowedAggregations)The list of aggregation types that are allowed for the calculated field.TopicColumn.BuilderTopicColumn.Builder. allowedAggregations(AuthorSpecifiedAggregation... allowedAggregations)The list of aggregation types that are allowed for the column.TopicCalculatedField.BuilderTopicCalculatedField.Builder. notAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations)The list of aggregation types that are not allowed for the calculated field.TopicColumn.BuilderTopicColumn.Builder. notAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations)The list of aggregation types that are not allowed for the column.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AuthorSpecifiedAggregation Modifier and Type Method Description TopicCalculatedField.BuilderTopicCalculatedField.Builder. allowedAggregations(Collection<AuthorSpecifiedAggregation> allowedAggregations)The list of aggregation types that are allowed for the calculated field.TopicColumn.BuilderTopicColumn.Builder. allowedAggregations(Collection<AuthorSpecifiedAggregation> allowedAggregations)The list of aggregation types that are allowed for the column.TopicCalculatedField.BuilderTopicCalculatedField.Builder. notAllowedAggregations(Collection<AuthorSpecifiedAggregation> notAllowedAggregations)The list of aggregation types that are not allowed for the calculated field.TopicColumn.BuilderTopicColumn.Builder. notAllowedAggregations(Collection<AuthorSpecifiedAggregation> notAllowedAggregations)The list of aggregation types that are not allowed for the column.
-