Uses of Class
software.amazon.awssdk.services.comprehend.model.PageBasedWarningCode
-
Packages that use PageBasedWarningCode Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PageBasedWarningCode in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PageBasedWarningCode Modifier and Type Method Description static PageBasedWarningCodePageBasedWarningCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PageBasedWarningCodePageBasedWarningCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PageBasedWarningCode[]PageBasedWarningCode. values()Returns an array containing the constants of this enum type, in the order they are declared.PageBasedWarningCodeWarningsListItem. warnCode()The type of warning.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type PageBasedWarningCode Modifier and Type Method Description static Set<PageBasedWarningCode>PageBasedWarningCode. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type PageBasedWarningCode Modifier and Type Method Description WarningsListItem.BuilderWarningsListItem.Builder. warnCode(PageBasedWarningCode warnCode)The type of warning.
-