| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
OptOutListInformation |
OptOutListInformation.clone() |
OptOutListInformation |
OptOutListInformation.withCreatedTimestamp(Date createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time
format.
|
OptOutListInformation |
OptOutListInformation.withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
|
OptOutListInformation |
OptOutListInformation.withOptOutListName(String optOutListName)
The name of the OptOutList.
|
| Modifier and Type | Method and Description |
|---|---|
List<OptOutListInformation> |
DescribeOptOutListsResult.getOptOutLists()
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOptOutListsResult |
DescribeOptOutListsResult.withOptOutLists(OptOutListInformation... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOptOutListsResult.setOptOutLists(Collection<OptOutListInformation> optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
DescribeOptOutListsResult |
DescribeOptOutListsResult.withOptOutLists(Collection<OptOutListInformation> optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
Copyright © 2023. All rights reserved.