Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CampaignSummary
-
Packages that use CampaignSummary Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of CampaignSummary in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type CampaignSummary Modifier and Type Method Description List<CampaignSummary>ListCampaignsResponse. campaignSummaries()A summary of information about each campaign.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CampaignSummary Modifier and Type Method Description ListCampaignsResponse.BuilderListCampaignsResponse.Builder. campaignSummaries(CampaignSummary... campaignSummaries)A summary of information about each campaign.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type CampaignSummary Modifier and Type Method Description ListCampaignsResponse.BuilderListCampaignsResponse.Builder. campaignSummaries(Collection<CampaignSummary> campaignSummaries)A summary of information about each campaign. -
Uses of CampaignSummary in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type CampaignSummary Modifier and Type Method Description SdkIterable<CampaignSummary>ListCampaignsIterable. campaignSummaries()Returns an iterable to iterate through the paginatedListCampaignsResponse.campaignSummaries()member.SdkPublisher<CampaignSummary>ListCampaignsPublisher. campaignSummaries()Returns a publisher that can be used to get a stream of data.
-