| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberStatus |
NumberStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NumberStatus |
PhoneNumberInformation.status()
The current status of the phone number.
|
NumberStatus |
ReleasePhoneNumberResponse.status()
The current status of the request.
|
NumberStatus |
RequestPhoneNumberResponse.status()
The current status of the request.
|
NumberStatus |
UpdatePhoneNumberResponse.status()
The current status of the request.
|
static NumberStatus |
NumberStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberStatus[] |
NumberStatus.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<NumberStatus> |
NumberStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.status(NumberStatus status)
The current status of the phone number.
|
ReleasePhoneNumberResponse.Builder |
ReleasePhoneNumberResponse.Builder.status(NumberStatus status)
The current status of the request.
|
RequestPhoneNumberResponse.Builder |
RequestPhoneNumberResponse.Builder.status(NumberStatus status)
The current status of the request.
|
UpdatePhoneNumberResponse.Builder |
UpdatePhoneNumberResponse.Builder.status(NumberStatus status)
The current status of the request.
|
Copyright © 2023. All rights reserved.