Uses of Class
software.amazon.awssdk.services.geoplaces.model.SuggestResultItemType
-
Packages that use SuggestResultItemType Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SuggestResultItemType in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return SuggestResultItemType Modifier and Type Method Description static SuggestResultItemTypeSuggestResultItemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SuggestResultItemTypeSuggestResultItem. suggestResultItemType()The result type.static SuggestResultItemTypeSuggestResultItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static SuggestResultItemType[]SuggestResultItemType. 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 SuggestResultItemType Modifier and Type Method Description static Set<SuggestResultItemType>SuggestResultItemType. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type SuggestResultItemType Modifier and Type Method Description SuggestResultItem.BuilderSuggestResultItem.Builder. suggestResultItemType(SuggestResultItemType suggestResultItemType)The result type.
-