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