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