Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.CommunicationLimitsConfig
-
Packages that use CommunicationLimitsConfig Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of CommunicationLimitsConfig in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return CommunicationLimitsConfig Modifier and Type Method Description CommunicationLimitsConfigCampaign. communicationLimitsOverride()Returns the value of the CommunicationLimitsOverride property for this object.CommunicationLimitsConfigCreateCampaignRequest. communicationLimitsOverride()Returns the value of the CommunicationLimitsOverride property for this object.CommunicationLimitsConfigUpdateCampaignCommunicationLimitsRequest. communicationLimitsOverride()Returns the value of the CommunicationLimitsOverride property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type CommunicationLimitsConfig Modifier and Type Method Description Campaign.BuilderCampaign.Builder. communicationLimitsOverride(CommunicationLimitsConfig communicationLimitsOverride)Sets the value of the CommunicationLimitsOverride property for this object.CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. communicationLimitsOverride(CommunicationLimitsConfig communicationLimitsOverride)Sets the value of the CommunicationLimitsOverride property for this object.UpdateCampaignCommunicationLimitsRequest.BuilderUpdateCampaignCommunicationLimitsRequest.Builder. communicationLimitsOverride(CommunicationLimitsConfig communicationLimitsOverride)Sets the value of the CommunicationLimitsOverride property for this object.
-