| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SenderIdAndCountry |
SenderIdAndCountry.clone() |
SenderIdAndCountry |
SenderIdAndCountry.withIsoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
SenderIdAndCountry |
SenderIdAndCountry.withSenderId(String senderId)
The unique identifier of the sender.
|
| Modifier and Type | Method and Description |
|---|---|
List<SenderIdAndCountry> |
DescribeSenderIdsRequest.getSenderIds()
An array of SenderIdAndCountry objects to search for.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSenderIdsRequest |
DescribeSenderIdsRequest.withSenderIds(SenderIdAndCountry... senderIds)
An array of SenderIdAndCountry objects to search for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSenderIdsRequest.setSenderIds(Collection<SenderIdAndCountry> senderIds)
An array of SenderIdAndCountry objects to search for.
|
DescribeSenderIdsRequest |
DescribeSenderIdsRequest.withSenderIds(Collection<SenderIdAndCountry> senderIds)
An array of SenderIdAndCountry objects to search for.
|
Copyright © 2025. All rights reserved.