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