Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.CampaignSummary
-
Packages that use CampaignSummary Package Description software.amazon.awssdk.services.connectcampaigns.model software.amazon.awssdk.services.connectcampaigns.paginators -
-
Uses of CampaignSummary in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type CampaignSummary Modifier and Type Method Description List<CampaignSummary>ListCampaignsResponse. campaignSummaryList()Returns the value of the CampaignSummaryList property for this object.Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type CampaignSummary Modifier and Type Method Description ListCampaignsResponse.BuilderListCampaignsResponse.Builder. campaignSummaryList(CampaignSummary... campaignSummaryList)Sets the value of the CampaignSummaryList property for this object.Method parameters in software.amazon.awssdk.services.connectcampaigns.model with type arguments of type CampaignSummary Modifier and Type Method Description ListCampaignsResponse.BuilderListCampaignsResponse.Builder. campaignSummaryList(Collection<CampaignSummary> campaignSummaryList)Sets the value of the CampaignSummaryList property for this object. -
Uses of CampaignSummary in software.amazon.awssdk.services.connectcampaigns.paginators
Methods in software.amazon.awssdk.services.connectcampaigns.paginators that return types with arguments of type CampaignSummary Modifier and Type Method Description SdkIterable<CampaignSummary>ListCampaignsIterable. campaignSummaryList()Returns an iterable to iterate through the paginatedListCampaignsResponse.campaignSummaryList()member.SdkPublisher<CampaignSummary>ListCampaignsPublisher. campaignSummaryList()Returns a publisher that can be used to get a stream of data.
-