Uses of Class
software.amazon.awssdk.services.geoplaces.model.PlaceType
-
Packages that use PlaceType Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of PlaceType in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return PlaceType Modifier and Type Method Description static PlaceTypePlaceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlaceTypeAutocompleteResultItem. placeType()PlaceType describes the type of result entry returned.PlaceTypeGeocodeResultItem. placeType()APlaceTypeis a category that the result place must belong to.PlaceTypeGetPlaceResponse. placeType()APlaceTypeis a category that the result place must belong to.PlaceTypeReverseGeocodeResultItem. placeType()APlaceTypeis a category that the result place must belong to.PlaceTypeSearchNearbyResultItem. placeType()APlaceTypeis a category that the result place must belong to.PlaceTypeSearchTextResultItem. placeType()APlaceTypeis a category that the result place must belong to.PlaceTypeSuggestPlaceResult. placeType()APlaceTypeis a category that the result place must belong to.static PlaceTypePlaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlaceType[]PlaceType. 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 PlaceType Modifier and Type Method Description static Set<PlaceType>PlaceType. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type PlaceType Modifier and Type Method Description AutocompleteResultItem.BuilderAutocompleteResultItem.Builder. placeType(PlaceType placeType)PlaceType describes the type of result entry returned.GeocodeResultItem.BuilderGeocodeResultItem.Builder. placeType(PlaceType placeType)APlaceTypeis a category that the result place must belong to.GetPlaceResponse.BuilderGetPlaceResponse.Builder. placeType(PlaceType placeType)APlaceTypeis a category that the result place must belong to.ReverseGeocodeResultItem.BuilderReverseGeocodeResultItem.Builder. placeType(PlaceType placeType)APlaceTypeis a category that the result place must belong to.SearchNearbyResultItem.BuilderSearchNearbyResultItem.Builder. placeType(PlaceType placeType)APlaceTypeis a category that the result place must belong to.SearchTextResultItem.BuilderSearchTextResultItem.Builder. placeType(PlaceType placeType)APlaceTypeis a category that the result place must belong to.SuggestPlaceResult.BuilderSuggestPlaceResult.Builder. placeType(PlaceType placeType)APlaceTypeis a category that the result place must belong to.
-