Uses of Interface
software.amazon.awssdk.services.location.model.PlaceGeometry.Builder
-
Packages that use PlaceGeometry.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of PlaceGeometry.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return PlaceGeometry.Builder Modifier and Type Method Description static PlaceGeometry.BuilderPlaceGeometry. builder()PlaceGeometry.BuilderPlaceGeometry.Builder. point(Double... point)A single point geometry specifies a location for a Place using WGS 84 coordinates:PlaceGeometry.BuilderPlaceGeometry.Builder. point(Collection<Double> point)A single point geometry specifies a location for a Place using WGS 84 coordinates:PlaceGeometry.BuilderPlaceGeometry. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type PlaceGeometry.Builder Modifier and Type Method Description static Class<? extends PlaceGeometry.Builder>PlaceGeometry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type PlaceGeometry.Builder Modifier and Type Method Description default Place.BuilderPlace.Builder. geometry(Consumer<PlaceGeometry.Builder> geometry)Sets the value of the Geometry property for this object.
-