Uses of Class
software.amazon.awssdk.services.connect.model.Grouping
-
Packages that use Grouping Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Grouping in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Grouping Modifier and Type Method Description static GroupingGrouping. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GroupingGrouping. valueOf(String name)Returns the enum constant of this type with the specified name.static Grouping[]Grouping. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Grouping Modifier and Type Method Description List<Grouping>GetCurrentMetricDataRequest. groupings()The grouping applied to the metrics returned.List<Grouping>GetMetricDataRequest. groupings()The grouping applied to the metrics returned.static Set<Grouping>Grouping. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type Grouping Modifier and Type Method Description GetCurrentMetricDataRequest.BuilderGetCurrentMetricDataRequest.Builder. groupings(Grouping... groupings)The grouping applied to the metrics returned.GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. groupings(Grouping... groupings)The grouping applied to the metrics returned.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Grouping Modifier and Type Method Description GetCurrentMetricDataRequest.BuilderGetCurrentMetricDataRequest.Builder. groupings(Collection<Grouping> groupings)The grouping applied to the metrics returned.GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. groupings(Collection<Grouping> groupings)The grouping applied to the metrics returned.
-