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 GetGeoLocationResultAbstractAmazonRoute53. getGeoLocation(GetGeoLocationRequest request)GetGeoLocationResultAmazonRoute53. getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)To retrieve a single geo location, send aGETrequest to the/Route 53 API version/geolocationresource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.GetGeoLocationResultAmazonRoute53Client. getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)To retrieve a single geo location, send aGETrequest to the/Route 53 API version/geolocationresource 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 aGETrequest to the/Route 53 API version/geolocationresource 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 aGETrequest to the/Route 53 API version/geolocationresource 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 aGETrequest to the/Route 53 API version/geolocationresource 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 GetGeoLocationRequestGetGeoLocationRequest. clone()GetGeoLocationRequestGetGeoLocationRequest. withContinentCode(String continentCode)The code for a continent geo location.GetGeoLocationRequestGetGeoLocationRequest. withCountryCode(String countryCode)The code for a country geo location.GetGeoLocationRequestGetGeoLocationRequest. withSubdivisionCode(String subdivisionCode)The code for a country's subdivision (e.g., a province of Canada).
-