| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static TrafficType |
TrafficType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TrafficType |
StartOutboundVoiceContactRequest.trafficType()
Denotes the class of traffic.
|
static TrafficType |
TrafficType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficType[] |
TrafficType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TrafficType> |
TrafficType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartOutboundVoiceContactRequest.Builder |
StartOutboundVoiceContactRequest.Builder.trafficType(TrafficType trafficType)
Denotes the class of traffic.
|
Copyright © 2022. All rights reserved.