| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns |
Provide APIs to create and manage Amazon Connect Campaigns.
|
| software.amazon.awssdk.services.connectcampaigns.model |
| Modifier and Type | Method and Description |
|---|---|
default GetCampaignStateBatchResponse |
ConnectCampaignsClient.getCampaignStateBatch(Consumer<GetCampaignStateBatchRequest.Builder> getCampaignStateBatchRequest)
Get state of campaigns for the specified Amazon Connect account.
|
default CompletableFuture<GetCampaignStateBatchResponse> |
ConnectCampaignsAsyncClient.getCampaignStateBatch(Consumer<GetCampaignStateBatchRequest.Builder> getCampaignStateBatchRequest)
Get state of campaigns for the specified Amazon Connect account.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCampaignStateBatchRequest.Builder |
GetCampaignStateBatchRequest.builder() |
GetCampaignStateBatchRequest.Builder |
GetCampaignStateBatchRequest.Builder.campaignIds(Collection<String> campaignIds)
Sets the value of the CampaignIds property for this object.
|
GetCampaignStateBatchRequest.Builder |
GetCampaignStateBatchRequest.Builder.campaignIds(String... campaignIds)
Sets the value of the CampaignIds property for this object.
|
GetCampaignStateBatchRequest.Builder |
GetCampaignStateBatchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCampaignStateBatchRequest.Builder |
GetCampaignStateBatchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCampaignStateBatchRequest.Builder |
GetCampaignStateBatchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCampaignStateBatchRequest.Builder> |
GetCampaignStateBatchRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.