Uses of Class
software.amazon.awssdk.services.connect.model.DateComparisonType
-
Packages that use DateComparisonType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of DateComparisonType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return DateComparisonType Modifier and Type Method Description DateComparisonTypeDateCondition. comparisonType()An object to specify the hours of operation override date conditioncomparisonType.static DateComparisonTypeDateComparisonType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DateComparisonTypeDateComparisonType. valueOf(String name)Returns the enum constant of this type with the specified name.static DateComparisonType[]DateComparisonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type DateComparisonType Modifier and Type Method Description static Set<DateComparisonType>DateComparisonType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type DateComparisonType Modifier and Type Method Description DateCondition.BuilderDateCondition.Builder. comparisonType(DateComparisonType comparisonType)An object to specify the hours of operation override date conditioncomparisonType.
-