Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.CreateCampaignResponse
-
Packages that use CreateCampaignResponse Package Description software.amazon.awssdk.services.connectcampaigns Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of CreateCampaignResponse in software.amazon.awssdk.services.connectcampaigns
Methods in software.amazon.awssdk.services.connectcampaigns that return CreateCampaignResponse Modifier and Type Method Description default CreateCampaignResponseConnectCampaignsClient. createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)Creates a campaign for the specified Amazon Connect account.default CreateCampaignResponseConnectCampaignsClient. createCampaign(CreateCampaignRequest createCampaignRequest)Creates a campaign for the specified Amazon Connect account.Methods in software.amazon.awssdk.services.connectcampaigns that return types with arguments of type CreateCampaignResponse Modifier and Type Method Description default CompletableFuture<CreateCampaignResponse>ConnectCampaignsAsyncClient. createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)Creates a campaign for the specified Amazon Connect account.default CompletableFuture<CreateCampaignResponse>ConnectCampaignsAsyncClient. createCampaign(CreateCampaignRequest createCampaignRequest)Creates a campaign for the specified Amazon Connect account.
-