Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.UpdateCampaignChannelSubtypeConfigResponse
-
Packages that use UpdateCampaignChannelSubtypeConfigResponse Package Description software.amazon.awssdk.services.connectcampaignsv2 Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of UpdateCampaignChannelSubtypeConfigResponse in software.amazon.awssdk.services.connectcampaignsv2
Methods in software.amazon.awssdk.services.connectcampaignsv2 that return UpdateCampaignChannelSubtypeConfigResponse Modifier and Type Method Description default UpdateCampaignChannelSubtypeConfigResponseConnectCampaignsV2Client. updateCampaignChannelSubtypeConfig(Consumer<UpdateCampaignChannelSubtypeConfigRequest.Builder> updateCampaignChannelSubtypeConfigRequest)Updates the channel subtype config of a campaign.default UpdateCampaignChannelSubtypeConfigResponseConnectCampaignsV2Client. updateCampaignChannelSubtypeConfig(UpdateCampaignChannelSubtypeConfigRequest updateCampaignChannelSubtypeConfigRequest)Updates the channel subtype config of a campaign.Methods in software.amazon.awssdk.services.connectcampaignsv2 that return types with arguments of type UpdateCampaignChannelSubtypeConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateCampaignChannelSubtypeConfigResponse>ConnectCampaignsV2AsyncClient. updateCampaignChannelSubtypeConfig(Consumer<UpdateCampaignChannelSubtypeConfigRequest.Builder> updateCampaignChannelSubtypeConfigRequest)Updates the channel subtype config of a campaign.default CompletableFuture<UpdateCampaignChannelSubtypeConfigResponse>ConnectCampaignsV2AsyncClient. updateCampaignChannelSubtypeConfig(UpdateCampaignChannelSubtypeConfigRequest updateCampaignChannelSubtypeConfigRequest)Updates the channel subtype config of a campaign.
-