Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.IndexState
-
Packages that use IndexState Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of IndexState in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return IndexState Modifier and Type Method Description static IndexStateIndexState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexStateCreateIndexResponse. state()Indicates the current state of the index.IndexStateDeleteIndexResponse. state()Indicates the current state of the index.IndexStateGetIndexResponse. state()The current state of the index in this Amazon Web Services Region.IndexStateUpdateIndexTypeResponse. state()Indicates the state of the request to update the index.static IndexStateIndexState. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexState[]IndexState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type IndexState Modifier and Type Method Description static Set<IndexState>IndexState. knownValues()Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type IndexState Modifier and Type Method Description CreateIndexResponse.BuilderCreateIndexResponse.Builder. state(IndexState state)Indicates the current state of the index.DeleteIndexResponse.BuilderDeleteIndexResponse.Builder. state(IndexState state)Indicates the current state of the index.GetIndexResponse.BuilderGetIndexResponse.Builder. state(IndexState state)The current state of the index in this Amazon Web Services Region.UpdateIndexTypeResponse.BuilderUpdateIndexTypeResponse.Builder. state(IndexState state)Indicates the state of the request to update the index.
-