| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model | |
| software.amazon.awssdk.services.iotfleetwise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CampaignSummary> |
ListCampaignsResponse.campaignSummaries()
A summary of information about each campaign.
|
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResponse.Builder |
ListCampaignsResponse.Builder.campaignSummaries(CampaignSummary... campaignSummaries)
A summary of information about each campaign.
|
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResponse.Builder |
ListCampaignsResponse.Builder.campaignSummaries(Collection<CampaignSummary> campaignSummaries)
A summary of information about each campaign.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CampaignSummary> |
ListCampaignsPublisher.campaignSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CampaignSummary> |
ListCampaignsIterable.campaignSummaries()
Returns an iterable to iterate through the paginated
ListCampaignsResponse.campaignSummaries() member. |
Copyright © 2022. All rights reserved.