Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.GetCampaignStateResponse
-
Packages that use GetCampaignStateResponse Package Description software.amazon.awssdk.services.connectcampaigns Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of GetCampaignStateResponse in software.amazon.awssdk.services.connectcampaigns
Methods in software.amazon.awssdk.services.connectcampaigns that return GetCampaignStateResponse Modifier and Type Method Description default GetCampaignStateResponseConnectCampaignsClient. getCampaignState(Consumer<GetCampaignStateRequest.Builder> getCampaignStateRequest)Get state of a campaign for the specified Amazon Connect account.default GetCampaignStateResponseConnectCampaignsClient. getCampaignState(GetCampaignStateRequest getCampaignStateRequest)Get state of a campaign for the specified Amazon Connect account.Methods in software.amazon.awssdk.services.connectcampaigns that return types with arguments of type GetCampaignStateResponse Modifier and Type Method Description default CompletableFuture<GetCampaignStateResponse>ConnectCampaignsAsyncClient. getCampaignState(Consumer<GetCampaignStateRequest.Builder> getCampaignStateRequest)Get state of a campaign for the specified Amazon Connect account.default CompletableFuture<GetCampaignStateResponse>ConnectCampaignsAsyncClient. getCampaignState(GetCampaignStateRequest getCampaignStateRequest)Get state of a campaign for the specified Amazon Connect account.
-