| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberCapabilities |
PhoneNumberCapabilities.clone() |
PhoneNumberCapabilities |
PhoneNumber.getCapabilities()
The phone number capabilities.
|
PhoneNumberCapabilities |
PhoneNumberCapabilities.withInboundCall(Boolean inboundCall)
Allows or denies inbound calling for the specified phone number.
|
PhoneNumberCapabilities |
PhoneNumberCapabilities.withInboundMMS(Boolean inboundMMS)
Allows or denies inbound MMS messaging for the specified phone number.
|
PhoneNumberCapabilities |
PhoneNumberCapabilities.withInboundSMS(Boolean inboundSMS)
Allows or denies inbound SMS messaging for the specified phone number.
|
PhoneNumberCapabilities |
PhoneNumberCapabilities.withOutboundCall(Boolean outboundCall)
Allows or denies outbound calling for the specified phone number.
|
PhoneNumberCapabilities |
PhoneNumberCapabilities.withOutboundMMS(Boolean outboundMMS)
Allows or denies outbound MMS messaging for the specified phone number.
|
PhoneNumberCapabilities |
PhoneNumberCapabilities.withOutboundSMS(Boolean outboundSMS)
Allows or denies outbound SMS messaging for the specified phone number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumber.setCapabilities(PhoneNumberCapabilities capabilities)
The phone number capabilities.
|
PhoneNumber |
PhoneNumber.withCapabilities(PhoneNumberCapabilities capabilities)
The phone number capabilities.
|
Copyright © 2019. All rights reserved.