Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.GetCampaignStateBatchResponse
-
Packages that use GetCampaignStateBatchResponse Package Description software.amazon.awssdk.services.connectcampaignsv2 Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of GetCampaignStateBatchResponse in software.amazon.awssdk.services.connectcampaignsv2
Methods in software.amazon.awssdk.services.connectcampaignsv2 that return GetCampaignStateBatchResponse Modifier and Type Method Description default GetCampaignStateBatchResponseConnectCampaignsV2Client. getCampaignStateBatch(Consumer<GetCampaignStateBatchRequest.Builder> getCampaignStateBatchRequest)Get state of campaigns for the specified Amazon Connect account.default GetCampaignStateBatchResponseConnectCampaignsV2Client. getCampaignStateBatch(GetCampaignStateBatchRequest getCampaignStateBatchRequest)Get state of campaigns for the specified Amazon Connect account.Methods in software.amazon.awssdk.services.connectcampaignsv2 that return types with arguments of type GetCampaignStateBatchResponse Modifier and Type Method Description default CompletableFuture<GetCampaignStateBatchResponse>ConnectCampaignsV2AsyncClient. getCampaignStateBatch(Consumer<GetCampaignStateBatchRequest.Builder> getCampaignStateBatchRequest)Get state of campaigns for the specified Amazon Connect account.default CompletableFuture<GetCampaignStateBatchResponse>ConnectCampaignsV2AsyncClient. getCampaignStateBatch(GetCampaignStateBatchRequest getCampaignStateBatchRequest)Get state of campaigns for the specified Amazon Connect account.
-