Uses of Class
software.amazon.awssdk.services.appflow.model.AggregationType
-
Packages that use AggregationType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of AggregationType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return AggregationType Modifier and Type Method Description AggregationTypeAggregationConfig. aggregationType()Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.static AggregationTypeAggregationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type AggregationType Modifier and Type Method Description static Set<AggregationType>AggregationType. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type AggregationType Modifier and Type Method Description AggregationConfig.BuilderAggregationConfig.Builder. aggregationType(AggregationType aggregationType)Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
-