Uses of Class
software.amazon.awssdk.services.geoplaces.model.AutocompleteFilterPlaceType
-
Packages that use AutocompleteFilterPlaceType Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of AutocompleteFilterPlaceType in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return AutocompleteFilterPlaceType Modifier and Type Method Description static AutocompleteFilterPlaceTypeAutocompleteFilterPlaceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutocompleteFilterPlaceTypeAutocompleteFilterPlaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutocompleteFilterPlaceType[]AutocompleteFilterPlaceType. 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 AutocompleteFilterPlaceType Modifier and Type Method Description List<AutocompleteFilterPlaceType>AutocompleteFilter. includePlaceTypes()The included place types.static Set<AutocompleteFilterPlaceType>AutocompleteFilterPlaceType. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type AutocompleteFilterPlaceType Modifier and Type Method Description AutocompleteFilter.BuilderAutocompleteFilter.Builder. includePlaceTypes(AutocompleteFilterPlaceType... includePlaceTypes)The included place types.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type AutocompleteFilterPlaceType Modifier and Type Method Description AutocompleteFilter.BuilderAutocompleteFilter.Builder. includePlaceTypes(Collection<AutocompleteFilterPlaceType> includePlaceTypes)The included place types.
-