| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointLocation |
EndpointLocation.clone() |
EndpointLocation |
EndpointRequest.getLocation()
The geographic information for the endpoint.
|
EndpointLocation |
PublicEndpoint.getLocation()
The geographic information for the endpoint.
|
EndpointLocation |
EndpointBatchItem.getLocation()
The geographic information for the endpoint.
|
EndpointLocation |
EndpointResponse.getLocation()
The geographic information for the endpoint.
|
EndpointLocation |
EndpointLocation.withCity(String city)
The name of the city where the endpoint is located.
|
EndpointLocation |
EndpointLocation.withCountry(String country)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is located.
|
EndpointLocation |
EndpointLocation.withLatitude(Double latitude)
The latitude coordinate of the endpoint location, rounded to one decimal place.
|
EndpointLocation |
EndpointLocation.withLongitude(Double longitude)
The longitude coordinate of the endpoint location, rounded to one decimal place.
|
EndpointLocation |
EndpointLocation.withPostalCode(String postalCode)
The postal or ZIP code for the area where the endpoint is located.
|
EndpointLocation |
EndpointLocation.withRegion(String region)
The name of the region where the endpoint is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointRequest.setLocation(EndpointLocation location)
The geographic information for the endpoint.
|
void |
PublicEndpoint.setLocation(EndpointLocation location)
The geographic information for the endpoint.
|
void |
EndpointBatchItem.setLocation(EndpointLocation location)
The geographic information for the endpoint.
|
void |
EndpointResponse.setLocation(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointRequest |
EndpointRequest.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
PublicEndpoint |
PublicEndpoint.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointResponse |
EndpointResponse.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
Copyright © 2024. All rights reserved.