Uses of Class
com.amazonaws.services.route53.model.ListGeoLocationsRequest
-
Packages that use ListGeoLocationsRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListGeoLocationsRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type ListGeoLocationsRequest Modifier and Type Method Description ListGeoLocationsResultAbstractAmazonRoute53. listGeoLocations(ListGeoLocationsRequest request)ListGeoLocationsResultAmazonRoute53. listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)To retrieve a list of supported geo locations, send aGETrequest to the/Route 53 API version/geolocationsresource.ListGeoLocationsResultAmazonRoute53Client. listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)To retrieve a list of supported geo locations, send aGETrequest to the/Route 53 API version/geolocationsresource.Future<ListGeoLocationsResult>AbstractAmazonRoute53Async. listGeoLocationsAsync(ListGeoLocationsRequest request)Future<ListGeoLocationsResult>AbstractAmazonRoute53Async. listGeoLocationsAsync(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)Future<ListGeoLocationsResult>AmazonRoute53Async. listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest)To retrieve a list of supported geo locations, send aGETrequest to the/Route 53 API version/geolocationsresource.Future<ListGeoLocationsResult>AmazonRoute53Async. listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)To retrieve a list of supported geo locations, send aGETrequest to the/Route 53 API version/geolocationsresource.Future<ListGeoLocationsResult>AmazonRoute53AsyncClient. listGeoLocationsAsync(ListGeoLocationsRequest request)Future<ListGeoLocationsResult>AmazonRoute53AsyncClient. listGeoLocationsAsync(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)Method parameters in com.amazonaws.services.route53 with type arguments of type ListGeoLocationsRequest Modifier and Type Method Description Future<ListGeoLocationsResult>AbstractAmazonRoute53Async. listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)Simplified method form for invoking the ListGeoLocations operation with an AsyncHandler.Future<ListGeoLocationsResult>AbstractAmazonRoute53Async. listGeoLocationsAsync(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)Future<ListGeoLocationsResult>AmazonRoute53Async. listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)Simplified method form for invoking the ListGeoLocations operation with an AsyncHandler.Future<ListGeoLocationsResult>AmazonRoute53Async. listGeoLocationsAsync(ListGeoLocationsRequest listGeoLocationsRequest, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)To retrieve a list of supported geo locations, send aGETrequest to the/Route 53 API version/geolocationsresource.Future<ListGeoLocationsResult>AmazonRoute53AsyncClient. listGeoLocationsAsync(AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler)Simplified method form for invoking the ListGeoLocations operation with an AsyncHandler.Future<ListGeoLocationsResult>AmazonRoute53AsyncClient. listGeoLocationsAsync(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest,ListGeoLocationsResult> asyncHandler) -
Uses of ListGeoLocationsRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListGeoLocationsRequest Modifier and Type Method Description ListGeoLocationsRequestListGeoLocationsRequest. clone()ListGeoLocationsRequestListGeoLocationsRequest. withMaxItems(String maxItems)The maximum number of geo locations you want in the response body.ListGeoLocationsRequestListGeoLocationsRequest. withStartContinentCode(String startContinentCode)The first continent code in the lexicographic ordering of geo locations that you want theListGeoLocationsrequest to list.ListGeoLocationsRequestListGeoLocationsRequest. withStartCountryCode(String startCountryCode)The first country code in the lexicographic ordering of geo locations that you want theListGeoLocationsrequest to list.ListGeoLocationsRequestListGeoLocationsRequest. withStartSubdivisionCode(String startSubdivisionCode)The first subdivision code in the lexicographic ordering of geo locations that you want theListGeoLocationsrequest to list.
-