Uses of Class
com.amazonaws.services.route53.model.GetGeoLocationResult
-
Packages that use GetGeoLocationResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetGeoLocationResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return GetGeoLocationResult Modifier and Type Method Description GetGeoLocationResultAbstractAmazonRoute53. getGeoLocation()GetGeoLocationResultAbstractAmazonRoute53. getGeoLocation(GetGeoLocationRequest request)GetGeoLocationResultAmazonRoute53. getGeoLocation()Simplified method form for invoking the GetGeoLocation operation.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()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.Methods in com.amazonaws.services.route53 that return types with arguments of type GetGeoLocationResult Modifier and Type Method Description Future<GetGeoLocationResult>AbstractAmazonRoute53Async. getGeoLocationAsync()Simplified method form for invoking the GetGeoLocation operation.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)Future<GetGeoLocationResult>AbstractAmazonRoute53Async. getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)Future<GetGeoLocationResult>AmazonRoute53Async. getGeoLocationAsync()Simplified method form for invoking the GetGeoLocation operation.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)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()Simplified method form for invoking the GetGeoLocation operation.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)Future<GetGeoLocationResult>AmazonRoute53AsyncClient. getGeoLocationAsync(GetGeoLocationRequest request, AsyncHandler<GetGeoLocationRequest,GetGeoLocationResult> asyncHandler)Method parameters in com.amazonaws.services.route53 with type arguments of type GetGeoLocationResult 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 GetGeoLocationResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetGeoLocationResult Modifier and Type Method Description GetGeoLocationResultGetGeoLocationResult. clone()GetGeoLocationResultGetGeoLocationResult. withGeoLocationDetails(GeoLocationDetails geoLocationDetails)A complex type that contains the information about the specified geo location.
-