| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static PageBasedWarningCode |
PageBasedWarningCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PageBasedWarningCode |
PageBasedWarningCode.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.
|
PageBasedWarningCode |
WarningsListItem.warnCode()
The type of warning.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PageBasedWarningCode> |
PageBasedWarningCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WarningsListItem.Builder |
WarningsListItem.Builder.warnCode(PageBasedWarningCode warnCode)
The type of warning.
|
Copyright © 2023. All rights reserved.