Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.RestrictedPeriods
-
Packages that use RestrictedPeriods Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of RestrictedPeriods in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return RestrictedPeriods Modifier and Type Method Description static RestrictedPeriodsRestrictedPeriods. fromRestrictedPeriodList(List<RestrictedPeriod> restrictedPeriodList)Create an instance of this class withrestrictedPeriodList()initialized to the given value.RestrictedPeriodsTimeWindow. restrictedPeriods()Returns the value of the RestrictedPeriods property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type RestrictedPeriods Modifier and Type Method Description TimeWindow.BuilderTimeWindow.Builder. restrictedPeriods(RestrictedPeriods restrictedPeriods)Sets the value of the RestrictedPeriods property for this object.
-