| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignSummary |
CampaignSummary.clone() |
CampaignSummary |
CampaignSummary.withCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
CampaignSummary |
CampaignSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the campaign was created.
|
CampaignSummary |
CampaignSummary.withFailureReason(String failureReason)
If a campaign fails, the reason behind the failure.
|
CampaignSummary |
CampaignSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the campaign was last updated.
|
CampaignSummary |
CampaignSummary.withName(String name)
The name of the campaign.
|
CampaignSummary |
CampaignSummary.withStatus(String status)
The status of the campaign.
|
| Modifier and Type | Method and Description |
|---|---|
List<CampaignSummary> |
ListCampaignsResult.getCampaigns()
A list of the campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResult |
ListCampaignsResult.withCampaigns(CampaignSummary... campaigns)
A list of the campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCampaignsResult.setCampaigns(Collection<CampaignSummary> campaigns)
A list of the campaigns.
|
ListCampaignsResult |
ListCampaignsResult.withCampaigns(Collection<CampaignSummary> campaigns)
A list of the campaigns.
|
Copyright © 2022. All rights reserved.