| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
OptedOutNumberInformation |
OptedOutNumberInformation.clone() |
OptedOutNumberInformation |
OptedOutNumberInformation.withEndUserOptedOut(Boolean endUserOptedOut)
This is set to true if it was the end recipient that opted out.
|
OptedOutNumberInformation |
OptedOutNumberInformation.withOptedOutNumber(String optedOutNumber)
The phone number that is opted out.
|
OptedOutNumberInformation |
OptedOutNumberInformation.withOptedOutTimestamp(Date optedOutTimestamp)
The time that the op tout occurred, in UNIX epoch time format.
|
| Modifier and Type | Method and Description |
|---|---|
List<OptedOutNumberInformation> |
DescribeOptedOutNumbersResult.getOptedOutNumbers()
An array of OptedOutNumbersInformation objects that provide information about the requested OptedOutNumbers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOptedOutNumbersResult |
DescribeOptedOutNumbersResult.withOptedOutNumbers(OptedOutNumberInformation... optedOutNumbers)
An array of OptedOutNumbersInformation objects that provide information about the requested OptedOutNumbers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOptedOutNumbersResult.setOptedOutNumbers(Collection<OptedOutNumberInformation> optedOutNumbers)
An array of OptedOutNumbersInformation objects that provide information about the requested OptedOutNumbers.
|
DescribeOptedOutNumbersResult |
DescribeOptedOutNumbersResult.withOptedOutNumbers(Collection<OptedOutNumberInformation> optedOutNumbers)
An array of OptedOutNumbersInformation objects that provide information about the requested OptedOutNumbers.
|
Copyright © 2024. All rights reserved.