| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberCapability |
NumberCapability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<NumberCapability> |
NumberCapability.knownValues()
|
List<NumberCapability> |
PhoneNumberInformation.numberCapabilities()
Describes if the origination identity can be used for text messages, voice calls or both.
|
List<NumberCapability> |
ReleasePhoneNumberResponse.numberCapabilities()
Specifies if the number could be used for text messages, voice, or both.
|
List<NumberCapability> |
RequestPhoneNumberRequest.numberCapabilities()
Indicates if the phone number will be used for text messages, voice messages, or both.
|
List<NumberCapability> |
RequestPhoneNumberResponse.numberCapabilities()
Indicates if the phone number will be used for text messages, voice messages or both.
|
List<NumberCapability> |
UpdatePhoneNumberResponse.numberCapabilities()
Specifies if the number could be used for text messages, voice or both.
|
List<NumberCapability> |
OriginationIdentityMetadata.numberCapabilities()
Describes if the origination identity can be used for text messages, voice calls or both.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
ReleasePhoneNumberResponse.Builder |
ReleasePhoneNumberResponse.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Specifies if the number could be used for text messages, voice, or both.
|
RequestPhoneNumberRequest.Builder |
RequestPhoneNumberRequest.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Indicates if the phone number will be used for text messages, voice messages, or both.
|
RequestPhoneNumberResponse.Builder |
RequestPhoneNumberResponse.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Indicates if the phone number will be used for text messages, voice messages or both.
|
UpdatePhoneNumberResponse.Builder |
UpdatePhoneNumberResponse.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Specifies if the number could be used for text messages, voice or both.
|
OriginationIdentityMetadata.Builder |
OriginationIdentityMetadata.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
ReleasePhoneNumberResponse.Builder |
ReleasePhoneNumberResponse.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Specifies if the number could be used for text messages, voice, or both.
|
RequestPhoneNumberRequest.Builder |
RequestPhoneNumberRequest.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Indicates if the phone number will be used for text messages, voice messages, or both.
|
RequestPhoneNumberResponse.Builder |
RequestPhoneNumberResponse.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Indicates if the phone number will be used for text messages, voice messages or both.
|
UpdatePhoneNumberResponse.Builder |
UpdatePhoneNumberResponse.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Specifies if the number could be used for text messages, voice or both.
|
OriginationIdentityMetadata.Builder |
OriginationIdentityMetadata.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
Copyright © 2023. All rights reserved.