| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentLocation |
SegmentLocation.clone() |
SegmentLocation |
SegmentDimensions.getLocation()
The location-based criteria, such as region or GPS coordinates, for the segment.
|
SegmentLocation |
SegmentLocation.withCountry(SetDimension country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
SegmentLocation |
SegmentLocation.withGPSPoint(GPSPointDimension gPSPoint)
The GPS location and range for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDimensions.setLocation(SegmentLocation location)
The location-based criteria, such as region or GPS coordinates, for the segment.
|
SegmentDimensions |
SegmentDimensions.withLocation(SegmentLocation location)
The location-based criteria, such as region or GPS coordinates, for the segment.
|
Copyright © 2020. All rights reserved.