Uses of Class
software.amazon.awssdk.services.mailmanager.model.SearchState
-
Packages that use SearchState Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of SearchState in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return SearchState Modifier and Type Method Description static SearchStateSearchState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SearchStateSearchStatus. state()The current state of the search job.static SearchStateSearchState. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchState[]SearchState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type SearchState Modifier and Type Method Description static Set<SearchState>SearchState. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type SearchState Modifier and Type Method Description SearchStatus.BuilderSearchStatus.Builder. state(SearchState state)The current state of the search job.
-