Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GPSPointDimension.Builder
-
Packages that use GPSPointDimension.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of GPSPointDimension.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GPSPointDimension.Builder Modifier and Type Method Description static GPSPointDimension.BuilderGPSPointDimension. builder()default GPSPointDimension.BuilderGPSPointDimension.Builder. coordinates(Consumer<GPSCoordinates.Builder> coordinates)The GPS coordinates to measure distance from.GPSPointDimension.BuilderGPSPointDimension.Builder. coordinates(GPSCoordinates coordinates)The GPS coordinates to measure distance from.GPSPointDimension.BuilderGPSPointDimension.Builder. rangeInKilometers(Double rangeInKilometers)The range, in kilometers, from the GPS coordinates.GPSPointDimension.BuilderGPSPointDimension. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GPSPointDimension.Builder Modifier and Type Method Description static Class<? extends GPSPointDimension.Builder>GPSPointDimension. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type GPSPointDimension.Builder Modifier and Type Method Description default SegmentLocation.BuilderSegmentLocation.Builder. gpsPoint(Consumer<GPSPointDimension.Builder> gpsPoint)The GPS location and range for the segment.
-