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