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 SelectionStatusSelectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SelectionStatusBlock. selectionStatus()The selection status of a selection element, such as an option button or check box.SelectionStatusLendingDetection. selectionStatus()The selection status of a selection element, such as an option button or check box.static SelectionStatusSelectionStatus. 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.BuilderBlock.Builder. selectionStatus(SelectionStatus selectionStatus)The selection status of a selection element, such as an option button or check box.LendingDetection.BuilderLendingDetection.Builder. selectionStatus(SelectionStatus selectionStatus)The selection status of a selection element, such as an option button or check box.
-