| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointLocation |
EndpointLocation.clone() |
EndpointLocation |
EndpointBatchItem.getLocation()
The endpoint location attributes.
|
EndpointLocation |
EndpointResponse.getLocation()
The endpoint location attributes.
|
EndpointLocation |
EndpointRequest.getLocation()
The endpoint location attributes.
|
EndpointLocation |
EndpointLocation.withCity(String city)
The city where the endpoint is located.
|
EndpointLocation |
EndpointLocation.withCountry(String country)
Country according to ISO 3166-1 Alpha-2 codes.
|
EndpointLocation |
EndpointLocation.withLatitude(Double latitude)
The latitude of the endpoint location.
|
EndpointLocation |
EndpointLocation.withLongitude(Double longitude)
The longitude of the endpoint location.
|
EndpointLocation |
EndpointLocation.withPostalCode(String postalCode)
The postal code or zip code of the endpoint.
|
EndpointLocation |
EndpointLocation.withRegion(String region)
The region of the endpoint location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBatchItem.setLocation(EndpointLocation location)
The endpoint location attributes.
|
void |
EndpointResponse.setLocation(EndpointLocation location)
The endpoint location attributes.
|
void |
EndpointRequest.setLocation(EndpointLocation location)
The endpoint location attributes.
|
EndpointBatchItem |
EndpointBatchItem.withLocation(EndpointLocation location)
The endpoint location attributes.
|
EndpointResponse |
EndpointResponse.withLocation(EndpointLocation location)
The endpoint location attributes.
|
EndpointRequest |
EndpointRequest.withLocation(EndpointLocation location)
The endpoint location attributes.
|
Copyright © 2017. All rights reserved.