| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignSummary |
CampaignSummary.clone() |
CampaignSummary |
CampaignSummary.withArn(String arn)
The Amazon Resource Name (ARN) of a campaign.
|
CampaignSummary |
CampaignSummary.withCreationTime(Date creationTime)
The time the campaign was created.
|
CampaignSummary |
CampaignSummary.withDescription(String description)
The description of the campaign.
|
CampaignSummary |
CampaignSummary.withLastModificationTime(Date lastModificationTime)
The last time the campaign was modified.
|
CampaignSummary |
CampaignSummary.withName(String name)
The name of a campaign.
|
CampaignSummary |
CampaignSummary.withSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the campaign.
|
CampaignSummary |
CampaignSummary.withStatus(CampaignStatus status)
The state of a campaign.
|
CampaignSummary |
CampaignSummary.withStatus(String status)
The state of a campaign.
|
CampaignSummary |
CampaignSummary.withTargetArn(String targetArn)
The ARN of a vehicle or fleet to which the campaign is deployed.
|
| Modifier and Type | Method and Description |
|---|---|
List<CampaignSummary> |
ListCampaignsResult.getCampaignSummaries()
A summary of information about each campaign.
|
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResult |
ListCampaignsResult.withCampaignSummaries(CampaignSummary... campaignSummaries)
A summary of information about each campaign.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCampaignsResult.setCampaignSummaries(Collection<CampaignSummary> campaignSummaries)
A summary of information about each campaign.
|
ListCampaignsResult |
ListCampaignsResult.withCampaignSummaries(Collection<CampaignSummary> campaignSummaries)
A summary of information about each campaign.
|
Copyright © 2023. All rights reserved.