| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
DNISEmergencyCallingConfiguration |
DNISEmergencyCallingConfiguration.clone() |
DNISEmergencyCallingConfiguration |
DNISEmergencyCallingConfiguration.withCallingCountry(String callingCountry)
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
|
DNISEmergencyCallingConfiguration |
DNISEmergencyCallingConfiguration.withEmergencyPhoneNumber(String emergencyPhoneNumber)
The DNIS phone number to route emergency calls to, in E.164 format.
|
DNISEmergencyCallingConfiguration |
DNISEmergencyCallingConfiguration.withTestPhoneNumber(String testPhoneNumber)
The DNIS phone number to route test emergency calls to, in E.164 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<DNISEmergencyCallingConfiguration> |
EmergencyCallingConfiguration.getDNIS()
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
| Modifier and Type | Method and Description |
|---|---|
EmergencyCallingConfiguration |
EmergencyCallingConfiguration.withDNIS(DNISEmergencyCallingConfiguration... dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmergencyCallingConfiguration.setDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
EmergencyCallingConfiguration |
EmergencyCallingConfiguration.withDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
Copyright © 2025. All rights reserved.