| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Dimensions.channel()
The channel used for grouping and filters.
|
static Channel |
Channel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Channel |
Channel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Channel[] |
Channel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
Filters.channels()
The Channel to use as a filter for the metrics returned.
|
static Set<Channel> |
Channel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Dimensions.Builder |
Dimensions.Builder.channel(Channel channel)
The channel used for grouping and filters.
|
Filters.Builder |
Filters.Builder.channels(Channel... channels)
The Channel to use as a filter for the metrics returned.
|
| Modifier and Type | Method and Description |
|---|---|
Filters.Builder |
Filters.Builder.channels(Collection<Channel> channels)
The Channel to use as a filter for the metrics returned.
|
Copyright © 2019. All rights reserved.