Uses of Class
software.amazon.awssdk.services.geoplaces.model.AutocompleteIntendedUse
-
Packages that use AutocompleteIntendedUse Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of AutocompleteIntendedUse in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return AutocompleteIntendedUse Modifier and Type Method Description static AutocompleteIntendedUseAutocompleteIntendedUse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutocompleteIntendedUseAutocompleteRequest. intendedUse()Indicates if the results will be stored.static AutocompleteIntendedUseAutocompleteIntendedUse. valueOf(String name)Returns the enum constant of this type with the specified name.static AutocompleteIntendedUse[]AutocompleteIntendedUse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type AutocompleteIntendedUse Modifier and Type Method Description static Set<AutocompleteIntendedUse>AutocompleteIntendedUse. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type AutocompleteIntendedUse Modifier and Type Method Description AutocompleteRequest.BuilderAutocompleteRequest.Builder. intendedUse(AutocompleteIntendedUse intendedUse)Indicates if the results will be stored.
-