| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginationRouteProtocol |
OriginationRouteProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginationRouteProtocol |
OriginationRoute.protocol()
The protocol to use for the origination route.
|
static OriginationRouteProtocol |
OriginationRouteProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginationRouteProtocol[] |
OriginationRouteProtocol.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<OriginationRouteProtocol> |
OriginationRouteProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OriginationRoute.Builder |
OriginationRoute.Builder.protocol(OriginationRouteProtocol protocol)
The protocol to use for the origination route.
|
Copyright © 2023. All rights reserved.