Uses of Class
software.amazon.awssdk.services.textract.model.SelectionStatus
-
Packages that use SelectionStatus Package Description software.amazon.awssdk.services.textract.model -
-
Uses of SelectionStatus in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return SelectionStatus Modifier and Type Method 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.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type SelectionStatus Modifier and Type Method Description static Set<SelectionStatus>
SelectionStatus. knownValues()
Methods in software.amazon.awssdk.services.textract.model with parameters of type SelectionStatus Modifier and Type Method 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.
-