Uses of Interface
software.amazon.awssdk.services.location.model.TrackingFilterGeometry.Builder
-
Packages that use TrackingFilterGeometry.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of TrackingFilterGeometry.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return TrackingFilterGeometry.Builder Modifier and Type Method Description static TrackingFilterGeometry.BuilderTrackingFilterGeometry. builder()TrackingFilterGeometry.BuilderTrackingFilterGeometry.Builder. polygon(Collection<? extends Collection<? extends Collection<Double>>> polygon)The set of arrays which define the polygon.TrackingFilterGeometry.BuilderTrackingFilterGeometry.Builder. polygon(Collection<? extends Collection<Double>>... polygon)The set of arrays which define the polygon.TrackingFilterGeometry.BuilderTrackingFilterGeometry. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type TrackingFilterGeometry.Builder Modifier and Type Method Description static Class<? extends TrackingFilterGeometry.Builder>TrackingFilterGeometry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type TrackingFilterGeometry.Builder Modifier and Type Method Description default ListDevicePositionsRequest.BuilderListDevicePositionsRequest.Builder. filterGeometry(Consumer<TrackingFilterGeometry.Builder> filterGeometry)The geometry used to filter device positions.
-