| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SenderIdInformation |
SenderIdInformation.clone() |
SenderIdInformation |
SenderIdInformation.withIsoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
SenderIdInformation |
SenderIdInformation.withMessageTypes(Collection<String> messageTypes)
The type of message.
|
SenderIdInformation |
SenderIdInformation.withMessageTypes(MessageType... messageTypes)
The type of message.
|
SenderIdInformation |
SenderIdInformation.withMessageTypes(String... messageTypes)
The type of message.
|
SenderIdInformation |
SenderIdInformation.withMonthlyLeasingPrice(String monthlyLeasingPrice)
The monthly leasing price, in US dollars.
|
SenderIdInformation |
SenderIdInformation.withSenderId(String senderId)
The alphanumeric sender ID in a specific country that you'd like to describe.
|
SenderIdInformation |
SenderIdInformation.withSenderIdArn(String senderIdArn)
The Amazon Resource Name (ARN) associated with the SenderId.
|
| Modifier and Type | Method and Description |
|---|---|
List<SenderIdInformation> |
DescribeSenderIdsResult.getSenderIds()
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSenderIdsResult |
DescribeSenderIdsResult.withSenderIds(SenderIdInformation... senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSenderIdsResult.setSenderIds(Collection<SenderIdInformation> senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
DescribeSenderIdsResult |
DescribeSenderIdsResult.withSenderIds(Collection<SenderIdInformation> senderIds)
An array of SernderIdInformation objects that contain the details for the requested SenderIds.
|
Copyright © 2022. All rights reserved.