Uses of Class
com.amazonaws.services.route53.model.GetGeoLocationRequest
-
Packages that use GetGeoLocationRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetGeoLocationRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type GetGeoLocationRequest Modifier and Type Method Description GetGeoLocationResult
AbstractAmazonRoute53. getGeoLocation(GetGeoLocationRequest request)
GetGeoLocationResult
AmazonRoute53. getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send aGET
request to the/Route 53 API version/geolocation
resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.GetGeoLocationResult
AmazonRoute53Client. getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send aGET
request to the/Route 53 API version/geolocation
resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.Future<GetGeoLocationResult>
AbstractAmazonRoute53Async. getGeoLocationAsync(GetGeoLocationRequest request)
Future<GetGeoLocationResult>
AbstractAmazonRoute53Async. getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Future<GetGeoLocationResult>
AmazonRoute53Async. getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest)
To retrieve a single geo location, send aGET
request to the/Route 53 API version/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 aGET
request to the/Route 53 API version/geolocation
resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.Future<GetGeoLocationResult>
AmazonRoute53AsyncClient. getGeoLocationAsync(GetGeoLocationRequest request)
Future<GetGeoLocationResult>
AmazonRoute53AsyncClient. getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Method parameters in com.amazonaws.services.route53 with type arguments of type GetGeoLocationRequest Modifier and Type Method Description Future<GetGeoLocationResult>
AbstractAmazonRoute53Async. getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Simplified method form for invoking the GetGeoLocation operation with an AsyncHandler.Future<GetGeoLocationResult>
AbstractAmazonRoute53Async. getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Future<GetGeoLocationResult>
AmazonRoute53Async. getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Simplified method form for invoking the GetGeoLocation operation with an AsyncHandler.Future<GetGeoLocationResult>
AmazonRoute53Async. getGeoLocationAsync(GetGeoLocationRequest getGeoLocationRequest, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
To retrieve a single geo location, send aGET
request to the/Route 53 API version/geolocation
resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.Future<GetGeoLocationResult>
AmazonRoute53AsyncClient. getGeoLocationAsync(AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
Simplified method form for invoking the GetGeoLocation operation with an AsyncHandler.Future<GetGeoLocationResult>
AmazonRoute53AsyncClient. getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)
-
Uses of GetGeoLocationRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetGeoLocationRequest Modifier and Type Method Description GetGeoLocationRequest
GetGeoLocationRequest. clone()
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).
-