| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
OriginationRoute |
OriginationRoute.clone() |
OriginationRoute |
OriginationRoute.withHost(String host)
The FQDN or IP address to contact for origination traffic.
|
OriginationRoute |
OriginationRoute.withPort(Integer port)
The designated origination route port.
|
OriginationRoute |
OriginationRoute.withPriority(Integer priority)
The priority associated with the host, with 1 being the highest priority.
|
OriginationRoute |
OriginationRoute.withProtocol(OriginationRouteProtocol protocol)
The protocol to use for the origination route.
|
OriginationRoute |
OriginationRoute.withProtocol(String protocol)
The protocol to use for the origination route.
|
OriginationRoute |
OriginationRoute.withWeight(Integer weight)
The weight associated with the host.
|
| Modifier and Type | Method and Description |
|---|---|
List<OriginationRoute> |
Origination.getRoutes()
The call distribution properties defined for your SIP hosts.
|
| Modifier and Type | Method and Description |
|---|---|
Origination |
Origination.withRoutes(OriginationRoute... routes)
The call distribution properties defined for your SIP hosts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Origination.setRoutes(Collection<OriginationRoute> routes)
The call distribution properties defined for your SIP hosts.
|
Origination |
Origination.withRoutes(Collection<OriginationRoute> routes)
The call distribution properties defined for your SIP hosts.
|
Copyright © 2020. All rights reserved.