Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.CommunicationLimits.Builder
-
Packages that use CommunicationLimits.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of CommunicationLimits.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return CommunicationLimits.Builder Modifier and Type Method Description static CommunicationLimits.BuilderCommunicationLimits. builder()CommunicationLimits.BuilderCommunicationLimits.Builder. communicationLimitsList(Collection<CommunicationLimit> communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.CommunicationLimits.BuilderCommunicationLimits.Builder. communicationLimitsList(Consumer<CommunicationLimit.Builder>... communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.CommunicationLimits.BuilderCommunicationLimits.Builder. communicationLimitsList(CommunicationLimit... communicationLimitsList)Sets the value of the CommunicationLimitsList property for this object.CommunicationLimits.BuilderCommunicationLimits. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type CommunicationLimits.Builder Modifier and Type Method Description static Class<? extends CommunicationLimits.Builder>CommunicationLimits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type CommunicationLimits.Builder Modifier and Type Method Description default CommunicationLimitsConfig.BuilderCommunicationLimitsConfig.Builder. allChannelSubtypes(Consumer<CommunicationLimits.Builder> allChannelSubtypes)Sets the value of the AllChannelSubtypes property for this object.
-