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