| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
TelephonySettings |
TelephonySettings.clone() |
TelephonySettings |
UserSettings.getTelephony()
The telephony settings associated with the user.
|
TelephonySettings |
TelephonySettings.withInboundCalling(Boolean inboundCalling)
Allows or denies inbound calling.
|
TelephonySettings |
TelephonySettings.withOutboundCalling(Boolean outboundCalling)
Allows or denies outbound calling.
|
TelephonySettings |
TelephonySettings.withSMS(Boolean sMS)
Allows or denies SMS messaging.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettings.setTelephony(TelephonySettings telephony)
The telephony settings associated with the user.
|
UserSettings |
UserSettings.withTelephony(TelephonySettings telephony)
The telephony settings associated with the user.
|
Copyright © 2020. All rights reserved.