Uses of Class
software.amazon.awssdk.services.glue.model.AggregateOperation
-
Packages that use AggregateOperation Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AggregateOperation in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AggregateOperation Modifier and Type Method Description List<AggregateOperation>Aggregate. aggs()Specifies the aggregate functions to be performed on specified fields.Methods in software.amazon.awssdk.services.glue.model with parameters of type AggregateOperation Modifier and Type Method Description Aggregate.BuilderAggregate.Builder. aggs(AggregateOperation... aggs)Specifies the aggregate functions to be performed on specified fields.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AggregateOperation Modifier and Type Method Description Aggregate.BuilderAggregate.Builder. aggs(Collection<AggregateOperation> aggs)Specifies the aggregate functions to be performed on specified fields.
-