Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.GetCampaignStateRequest
-
Packages that use GetCampaignStateRequest Package Description software.amazon.awssdk.services.connectcampaigns Provide APIs to create and manage Amazon Connect Campaigns.software.amazon.awssdk.services.connectcampaigns.transform -
-
Uses of GetCampaignStateRequest in software.amazon.awssdk.services.connectcampaigns
Methods in software.amazon.awssdk.services.connectcampaigns with parameters of type GetCampaignStateRequest Modifier and Type Method Description default CompletableFuture<GetCampaignStateResponse>ConnectCampaignsAsyncClient. getCampaignState(GetCampaignStateRequest 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. -
Uses of GetCampaignStateRequest in software.amazon.awssdk.services.connectcampaigns.transform
Methods in software.amazon.awssdk.services.connectcampaigns.transform with parameters of type GetCampaignStateRequest Modifier and Type Method Description SdkHttpFullRequestGetCampaignStateRequestMarshaller. marshall(GetCampaignStateRequest getCampaignStateRequest)
-