Uses of Class
software.amazon.awssdk.services.geoplaces.model.SuggestAdditionalFeature
-
Packages that use SuggestAdditionalFeature Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of SuggestAdditionalFeature in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return SuggestAdditionalFeature Modifier and Type Method Description static SuggestAdditionalFeatureSuggestAdditionalFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SuggestAdditionalFeatureSuggestAdditionalFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static SuggestAdditionalFeature[]SuggestAdditionalFeature. 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 SuggestAdditionalFeature Modifier and Type Method Description List<SuggestAdditionalFeature>SuggestRequest. additionalFeatures()A list of optional additional parameters, such as time zone, that can be requested for each result.static Set<SuggestAdditionalFeature>SuggestAdditionalFeature. knownValues()Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type SuggestAdditionalFeature Modifier and Type Method Description SuggestRequest.BuilderSuggestRequest.Builder. additionalFeatures(SuggestAdditionalFeature... additionalFeatures)A list of optional additional parameters, such as time zone, that can be requested for each result.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type SuggestAdditionalFeature Modifier and Type Method Description SuggestRequest.BuilderSuggestRequest.Builder. additionalFeatures(Collection<SuggestAdditionalFeature> additionalFeatures)A list of optional additional parameters, such as time zone, that can be requested for each result.
-