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 GetGeoLocationResult
AbstractAmazonRoute53. getGeoLocation()
GetGeoLocationResult
AbstractAmazonRoute53. getGeoLocation(GetGeoLocationRequest request)
GetGeoLocationResult
AmazonRoute53. getGeoLocation()
Simplified method form for invoking the GetGeoLocation operation.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()
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.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 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()
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 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 GetGeoLocationResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetGeoLocationResult Modifier and Type Method Description GetGeoLocationResult
GetGeoLocationResult. clone()
GetGeoLocationResult
GetGeoLocationResult. withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the information about the specified geo location.
-