Uses of Enum
software.amazon.awssdk.services.ec2.model.GroupBy
Packages that use GroupBy
-
Uses of GroupBy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GroupByModifier and TypeMethodDescriptionstatic GroupByUse this in place of valueOf to convert the raw string returned by the service into the enum value.static GroupByReturns 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 GroupByModifier and TypeMethodDescriptionGetCapacityManagerMetricDataRequest.groupBy()The dimensions by which to group the metric data.GetCapacityManagerMetricDimensionsRequest.groupBy()The dimensions to group by when retrieving available dimension values.GroupBy.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type GroupByModifier and TypeMethodDescriptionThe dimensions by which to group the metric data.The dimensions to group by when retrieving available dimension values.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type GroupByModifier and TypeMethodDescriptionGetCapacityManagerMetricDataRequest.Builder.groupBy(Collection<GroupBy> groupBy) The dimensions by which to group the metric data.GetCapacityManagerMetricDimensionsRequest.Builder.groupBy(Collection<GroupBy> groupBy) The dimensions to group by when retrieving available dimension values.