| 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 |
|---|---|
Future<UpdatePhoneNumberResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updatePhoneNumberAsync(UpdatePhoneNumberRequest request,
AsyncHandler<UpdatePhoneNumberRequest,UpdatePhoneNumberResult> asyncHandler) |
Future<UpdatePhoneNumberResult> |
AbstractAmazonPinpointSMSVoiceV2Async.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 |
|---|---|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.clone() |
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false.
|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withOptOutListName(String optOutListName)
The OptOutList to add the phone number to.
|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withPhoneNumberId(String phoneNumberId)
The unique identifier of the phone number.
|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withTwoWayChannelRole(String twoWayChannelRole)
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
UpdatePhoneNumberRequest |
UpdatePhoneNumberRequest.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
Copyright © 2024. All rights reserved.