| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns |
Provide APIs to create and manage Amazon Connect Campaigns.
|
| software.amazon.awssdk.services.connectcampaigns.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCampaignsResponse |
ConnectCampaignsClient.listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)
Provides summary information about the campaigns under the specified Amazon Connect account.
|
default ListCampaignsResponse |
ConnectCampaignsClient.listCampaigns(ListCampaignsRequest listCampaignsRequest)
Provides summary information about the campaigns under the specified Amazon Connect account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCampaignsResponse> |
ListCampaignsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCampaignsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCampaignsResponse> subscriber) |
Copyright © 2022. All rights reserved.