| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectionStatus |
SelectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SelectionStatus |
Block.selectionStatus()
The selection status of a selection element, such as an option button or check box.
|
SelectionStatus |
LendingDetection.selectionStatus()
The selection status of a selection element, such as an option button or check box.
|
static SelectionStatus |
SelectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionStatus[] |
SelectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SelectionStatus> |
SelectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.selectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
LendingDetection.Builder |
LendingDetection.Builder.selectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
Copyright © 2023. All rights reserved.