Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.ListCampaignsResponse
-
Packages that use ListCampaignsResponse Package Description software.amazon.awssdk.services.connectcampaigns Provide APIs to create and manage Amazon Connect Campaigns.software.amazon.awssdk.services.connectcampaigns.paginators -
-
Uses of ListCampaignsResponse in software.amazon.awssdk.services.connectcampaigns
Methods in software.amazon.awssdk.services.connectcampaigns that return ListCampaignsResponse Modifier and Type Method Description default ListCampaignsResponseConnectCampaignsClient. listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)Provides summary information about the campaigns under the specified Amazon Connect account.default ListCampaignsResponseConnectCampaignsClient. listCampaigns(ListCampaignsRequest listCampaignsRequest)Provides summary information about the campaigns under the specified Amazon Connect account.Methods in software.amazon.awssdk.services.connectcampaigns that return types with arguments of type ListCampaignsResponse Modifier and Type Method Description default CompletableFuture<ListCampaignsResponse>ConnectCampaignsAsyncClient. listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)Provides summary information about the campaigns under the specified Amazon Connect account.default CompletableFuture<ListCampaignsResponse>ConnectCampaignsAsyncClient. listCampaigns(ListCampaignsRequest listCampaignsRequest)Provides summary information about the campaigns under the specified Amazon Connect account. -
Uses of ListCampaignsResponse in software.amazon.awssdk.services.connectcampaigns.paginators
Methods in software.amazon.awssdk.services.connectcampaigns.paginators that return types with arguments of type ListCampaignsResponse Modifier and Type Method Description Iterator<ListCampaignsResponse>ListCampaignsIterable. iterator()Method parameters in software.amazon.awssdk.services.connectcampaigns.paginators with type arguments of type ListCampaignsResponse Modifier and Type Method Description voidListCampaignsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCampaignsResponse> subscriber)
-