Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.GroupBy
-
Packages that use GroupBy Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of GroupBy in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return GroupBy Modifier and Type Method Description static GroupByGroupBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupByTemporalStatisticsConfigInput. groupBy()The input for the temporal statistics grouping by time frequency option.static GroupByGroupBy. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupBy[]GroupBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type GroupBy Modifier and Type Method Description static Set<GroupBy>GroupBy. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type GroupBy Modifier and Type Method Description TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. groupBy(GroupBy groupBy)The input for the temporal statistics grouping by time frequency option.
-