| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberInformation |
PhoneNumberInformation.clone() |
PhoneNumberInformation |
PhoneNumberInformation.withCreatedTimestamp(Date createdTimestamp)
The time when the phone number was created, in UNIX epoch time
format.
|
PhoneNumberInformation |
PhoneNumberInformation.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the phone number can't be deleted.
|
PhoneNumberInformation |
PhoneNumberInformation.withIsoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
PhoneNumberInformation |
PhoneNumberInformation.withMessageType(MessageType messageType)
The type of message.
|
PhoneNumberInformation |
PhoneNumberInformation.withMessageType(String messageType)
The type of message.
|
PhoneNumberInformation |
PhoneNumberInformation.withMonthlyLeasingPrice(String monthlyLeasingPrice)
The price, in US dollars, to lease the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withNumberCapabilities(Collection<String> numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation |
PhoneNumberInformation.withNumberCapabilities(NumberCapability... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation |
PhoneNumberInformation.withNumberCapabilities(String... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation |
PhoneNumberInformation.withNumberType(NumberType numberType)
The type of phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withNumberType(String numberType)
The type of phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withOptOutListName(String optOutListName)
The name of the OptOutList associated with the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withPhoneNumber(String phoneNumber)
The phone number in E.164 format.
|
PhoneNumberInformation |
PhoneNumberInformation.withPhoneNumberArn(String phoneNumberArn)
The Amazon Resource Name (ARN) associated with the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withPhoneNumberId(String phoneNumberId)
The unique identifier for the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withPoolId(String poolId)
The unique identifier of the pool associated with the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withRegistrationId(String registrationId)
The unique identifier for the registration.
|
PhoneNumberInformation |
PhoneNumberInformation.withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated
numbers, Amazon Pinpoint automatically replies with a customizable message and adds the end recipient to the
OptOutList.
|
PhoneNumberInformation |
PhoneNumberInformation.withStatus(NumberStatus status)
The current status of the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withStatus(String status)
The current status of the phone number.
|
PhoneNumberInformation |
PhoneNumberInformation.withTwoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
PhoneNumberInformation |
PhoneNumberInformation.withTwoWayChannelRole(String twoWayChannelRole)
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
PhoneNumberInformation |
PhoneNumberInformation.withTwoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberInformation> |
DescribePhoneNumbersResult.getPhoneNumbers()
An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePhoneNumbersResult |
DescribePhoneNumbersResult.withPhoneNumbers(PhoneNumberInformation... phoneNumbers)
An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePhoneNumbersResult.setPhoneNumbers(Collection<PhoneNumberInformation> phoneNumbers)
An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
|
DescribePhoneNumbersResult |
DescribePhoneNumbersResult.withPhoneNumbers(Collection<PhoneNumberInformation> phoneNumbers)
An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
|
Copyright © 2024. All rights reserved.