Uses of Class
software.amazon.awssdk.services.ec2.model.GroupBy
-
Packages that use GroupBy Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of GroupBy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.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.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.ec2.model that return types with arguments of type GroupBy Modifier and Type Method Description List<GroupBy>GetCapacityManagerMetricDataRequest. groupBy()The dimensions by which to group the metric data.List<GroupBy>GetCapacityManagerMetricDimensionsRequest. groupBy()The dimensions to group by when retrieving available dimension values.static Set<GroupBy>GroupBy. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type GroupBy Modifier and Type Method Description GetCapacityManagerMetricDataRequest.BuilderGetCapacityManagerMetricDataRequest.Builder. groupBy(GroupBy... groupBy)The dimensions by which to group the metric data.GetCapacityManagerMetricDimensionsRequest.BuilderGetCapacityManagerMetricDimensionsRequest.Builder. groupBy(GroupBy... groupBy)The dimensions to group by when retrieving available dimension values.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type GroupBy Modifier and Type Method Description GetCapacityManagerMetricDataRequest.BuilderGetCapacityManagerMetricDataRequest.Builder. groupBy(Collection<GroupBy> groupBy)The dimensions by which to group the metric data.GetCapacityManagerMetricDimensionsRequest.BuilderGetCapacityManagerMetricDimensionsRequest.Builder. groupBy(Collection<GroupBy> groupBy)The dimensions to group by when retrieving available dimension values.
-