| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static Grouping |
Grouping.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Grouping |
Grouping.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grouping> |
GetMetricDataRequest.groupings()
The grouping applied to the metrics returned.
|
List<Grouping> |
GetCurrentMetricDataRequest.groupings()
The grouping applied to the metrics returned.
|
static Set<Grouping> |
Grouping.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataRequest.Builder |
GetMetricDataRequest.Builder.groupings(Grouping... groupings)
The grouping applied to the metrics returned.
|
GetCurrentMetricDataRequest.Builder |
GetCurrentMetricDataRequest.Builder.groupings(Grouping... groupings)
The grouping applied to the metrics returned.
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricDataRequest.Builder |
GetMetricDataRequest.Builder.groupings(Collection<Grouping> groupings)
The grouping applied to the metrics returned.
|
GetCurrentMetricDataRequest.Builder |
GetCurrentMetricDataRequest.Builder.groupings(Collection<Grouping> groupings)
The grouping applied to the metrics returned.
|
Copyright © 2019. All rights reserved.