| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Termination |
Termination.clone() |
Termination |
PutVoiceConnectorTerminationResult.getTermination()
The updated termination setting details.
|
Termination |
PutVoiceConnectorTerminationRequest.getTermination()
The termination setting details to add.
|
Termination |
GetVoiceConnectorTerminationResult.getTermination()
The termination setting details.
|
Termination |
Termination.withCallingRegions(Collection<String> callingRegions)
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
|
Termination |
Termination.withCallingRegions(String... callingRegions)
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
|
Termination |
Termination.withCidrAllowedList(Collection<String> cidrAllowedList)
The IP addresses allowed to make calls, in CIDR format.
|
Termination |
Termination.withCidrAllowedList(String... cidrAllowedList)
The IP addresses allowed to make calls, in CIDR format.
|
Termination |
Termination.withCpsLimit(Integer cpsLimit)
The limit on calls per second.
|
Termination |
Termination.withDefaultPhoneNumber(String defaultPhoneNumber)
The default caller ID phone number.
|
Termination |
Termination.withDisabled(Boolean disabled)
When termination settings are disabled, outbound calls can not be made.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutVoiceConnectorTerminationResult.setTermination(Termination termination)
The updated termination setting details.
|
void |
PutVoiceConnectorTerminationRequest.setTermination(Termination termination)
The termination setting details to add.
|
void |
GetVoiceConnectorTerminationResult.setTermination(Termination termination)
The termination setting details.
|
PutVoiceConnectorTerminationResult |
PutVoiceConnectorTerminationResult.withTermination(Termination termination)
The updated termination setting details.
|
PutVoiceConnectorTerminationRequest |
PutVoiceConnectorTerminationRequest.withTermination(Termination termination)
The termination setting details to add.
|
GetVoiceConnectorTerminationResult |
GetVoiceConnectorTerminationResult.withTermination(Termination termination)
The termination setting details.
|
Copyright © 2022. All rights reserved.