| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberResult |
AbstractAmazonPinpointSMSVoiceV2.updatePhoneNumber(UpdatePhoneNumberRequest request) |
UpdatePhoneNumberResult |
AmazonPinpointSMSVoiceV2Client.updatePhoneNumber(UpdatePhoneNumberRequest request)
Updates the configuration of an existing origination phone number.
|
UpdatePhoneNumberResult |
AmazonPinpointSMSVoiceV2.updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)
Updates the configuration of an existing origination phone number.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePhoneNumberResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updatePhoneNumberAsync(UpdatePhoneNumberRequest request,
AsyncHandler<UpdatePhoneNumberRequest,UpdatePhoneNumberResult> asyncHandler) |
Future<UpdatePhoneNumberResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePhoneNumberAsync(UpdatePhoneNumberRequest request,
AsyncHandler<UpdatePhoneNumberRequest,UpdatePhoneNumberResult> asyncHandler) |
Future<UpdatePhoneNumberResult> |
AmazonPinpointSMSVoiceV2Async.updatePhoneNumberAsync(UpdatePhoneNumberRequest updatePhoneNumberRequest,
AsyncHandler<UpdatePhoneNumberRequest,UpdatePhoneNumberResult> asyncHandler)
Updates the configuration of an existing origination phone number.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.clone() |
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withCreatedTimestamp(Date createdTimestamp)
The time when the phone number was created, in UNIX epoch time
format.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the phone number can't be deleted.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withIsoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withMessageType(MessageType messageType)
The type of message.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withMessageType(String messageType)
The type of message.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withMonthlyLeasingPrice(String monthlyLeasingPrice)
The monthly leasing price of the phone number, in US dollars.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withNumberCapabilities(Collection<String> numberCapabilities)
Specifies if the number could be used for text messages, voice or both.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withNumberCapabilities(NumberCapability... numberCapabilities)
Specifies if the number could be used for text messages, voice or both.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withNumberCapabilities(String... numberCapabilities)
Specifies if the number could be used for text messages, voice or both.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withNumberType(NumberType numberType)
The type of number that was requested.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withNumberType(String numberType)
The type of number that was requested.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withOptOutListName(String optOutListName)
The name of the OptOutList associated with the phone number.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withPhoneNumber(String phoneNumber)
The phone number that was updated.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withPhoneNumberArn(String phoneNumberArn)
The Amazon Resource Name (ARN) of the updated phone number.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withPhoneNumberId(String phoneNumberId)
The unique identifier of the phone number.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
This is true if self managed opt-out are enabled.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withStatus(NumberStatus status)
The current status of the request.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withStatus(String status)
The current status of the request.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePhoneNumberResult |
UpdatePhoneNumberResult.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
Copyright © 2022. All rights reserved.