Uses of Class
software.amazon.awssdk.services.geoplaces.model.SearchNearbyIntendedUse
-
Packages that use SearchNearbyIntendedUse Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SearchNearbyIntendedUse in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return SearchNearbyIntendedUse Modifier and Type Method Description static SearchNearbyIntendedUseSearchNearbyIntendedUse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SearchNearbyIntendedUseSearchNearbyRequest. intendedUse()Indicates if the results will be stored.static SearchNearbyIntendedUseSearchNearbyIntendedUse. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchNearbyIntendedUse[]SearchNearbyIntendedUse. 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 SearchNearbyIntendedUse Modifier and Type Method Description static Set<SearchNearbyIntendedUse>SearchNearbyIntendedUse. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type SearchNearbyIntendedUse Modifier and Type Method Description SearchNearbyRequest.BuilderSearchNearbyRequest.Builder. intendedUse(SearchNearbyIntendedUse intendedUse)Indicates if the results will be stored.
-