| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
GetGeoLocationResult |
AmazonRoute53Client.getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
GetGeoLocationResult |
AmazonRoute53.getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGeoLocationResult> |
AmazonRoute53AsyncClient.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
Future<GetGeoLocationResult> |
AmazonRoute53Async.getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest,
AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
To retrieve a single geo location, send a
GET request to
the 2013-04-01/geolocation resource with one of these
options: continentcode | countrycode | countrycode and
subdivisioncode. |
| Modifier and Type | Method and Description |
|---|---|
GetGeoLocationRequest |
GetGeoLocationRequest.withContinentCode(String continentCode)
The code for a continent geo location.
|
GetGeoLocationRequest |
GetGeoLocationRequest.withCountryCode(String countryCode)
The code for a country geo location.
|
GetGeoLocationRequest |
GetGeoLocationRequest.withSubdivisionCode(String subdivisionCode)
The code for a country's subdivision (e.g., a province of Canada).
|
Copyright © 2015. All rights reserved.