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