| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberCapability |
NumberCapability.fromValue(String value)
Use this in place of valueOf.
|
static NumberCapability |
NumberCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberCapability[] |
NumberCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withNumberCapabilities(NumberCapability... numberCapabilities)
Specifies if the number could be used for text messages, voice or both.
|
RequestPhoneNumberResult |
RequestPhoneNumberResult.withNumberCapabilities(NumberCapability... numberCapabilities)
Indicates if the phone number will be used for text messages, voice messages or both.
|
RequestPhoneNumberRequest |
RequestPhoneNumberRequest.withNumberCapabilities(NumberCapability... numberCapabilities)
Indicates if the phone number will be used for text messages, voice messages, or both.
|
PhoneNumberInformation |
PhoneNumberInformation.withNumberCapabilities(NumberCapability... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
OriginationIdentityMetadata |
OriginationIdentityMetadata.withNumberCapabilities(NumberCapability... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
ReleasePhoneNumberResult |
ReleasePhoneNumberResult.withNumberCapabilities(NumberCapability... numberCapabilities)
Specifies if the number could be used for text messages, voice, or both.
|
Copyright © 2022. All rights reserved.