Uses of Class
com.amazonaws.services.cloudsearchv2.model.OptionState
-
Packages that use OptionState Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of OptionState in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return OptionState Modifier and Type Method Description static OptionStateOptionState. fromValue(String value)Use this in place of valueOf.static OptionStateOptionState. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionState[]OptionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type OptionState Modifier and Type Method Description voidOptionStatus. setState(OptionState state)The state of processing a change to an option.OptionStatusOptionStatus. withState(OptionState state)The state of processing a change to an option.
-