Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.LocalTimeZoneDetectionType
-
Packages that use LocalTimeZoneDetectionType Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of LocalTimeZoneDetectionType in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return LocalTimeZoneDetectionType Modifier and Type Method Description static LocalTimeZoneDetectionTypeLocalTimeZoneDetectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LocalTimeZoneDetectionTypeLocalTimeZoneDetectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalTimeZoneDetectionType[]LocalTimeZoneDetectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type LocalTimeZoneDetectionType Modifier and Type Method Description static Set<LocalTimeZoneDetectionType>LocalTimeZoneDetectionType. knownValues()List<LocalTimeZoneDetectionType>LocalTimeZoneConfig. localTimeZoneDetection()Returns the value of the LocalTimeZoneDetection property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type LocalTimeZoneDetectionType Modifier and Type Method Description LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. localTimeZoneDetection(LocalTimeZoneDetectionType... localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type LocalTimeZoneDetectionType Modifier and Type Method Description LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. localTimeZoneDetection(Collection<LocalTimeZoneDetectionType> localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.
-