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