Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.CommunicationLimit
-
Packages that use CommunicationLimit Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of CommunicationLimit in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type CommunicationLimit Modifier and Type Method Description List<CommunicationLimit>CommunicationLimits. communicationLimitsList()Returns the value of the CommunicationLimitsList property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type CommunicationLimit Modifier and Type Method Description CommunicationLimits.BuilderCommunicationLimits.Builder. communicationLimitsList(CommunicationLimit... communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type CommunicationLimit Modifier and Type Method Description CommunicationLimits.BuilderCommunicationLimits.Builder. communicationLimitsList(Collection<CommunicationLimit> communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.static CommunicationLimitsCommunicationLimits. fromCommunicationLimitsList(List<CommunicationLimit> communicationLimitsList)Create an instance of this class withCommunicationLimits.communicationLimitsList()initialized to the given value.
-