Uses of Enum
com.amazonaws.services.elasticsearch.model.OptionState
Packages that use OptionState
-
Uses of OptionState in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return OptionStateModifier and TypeMethodDescriptionstatic OptionState
Use this in place of valueOf.static OptionState
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.elasticsearch.model with parameters of type OptionStateModifier and TypeMethodDescriptionvoid
OptionStatus.setState
(OptionState state) Provides theOptionState
for the Elasticsearch domain.OptionStatus.withState
(OptionState state) Provides theOptionState
for the Elasticsearch domain.