Uses of Class
com.amazonaws.services.route53.model.ListGeoLocationsResult
Packages that use ListGeoLocationsResult
-
Uses of ListGeoLocationsResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListGeoLocationsResultModifier and TypeMethodDescriptionAbstractAmazonRoute53.listGeoLocations()
AbstractAmazonRoute53.listGeoLocations
(ListGeoLocationsRequest request) AmazonRoute53.listGeoLocations()
Simplified method form for invoking the ListGeoLocations operation.AmazonRoute53.listGeoLocations
(ListGeoLocationsRequest listGeoLocationsRequest) To retrieve a list of supported geo locations, send aGET
request to the/Route 53 API version/geolocations
resource.AmazonRoute53Client.listGeoLocations()
AmazonRoute53Client.listGeoLocations
(ListGeoLocationsRequest listGeoLocationsRequest) To retrieve a list of supported geo locations, send aGET
request to the/Route 53 API version/geolocations
resource.Methods in com.amazonaws.services.route53 that return types with arguments of type ListGeoLocationsResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.AbstractAmazonRoute53Async.listGeoLocationsAsync
(AsyncHandler<ListGeoLocationsRequest, ListGeoLocationsResult> asyncHandler) Simplified method form for invoking the ListGeoLocations operation with an AsyncHandler.AbstractAmazonRoute53Async.listGeoLocationsAsync
(ListGeoLocationsRequest request) AbstractAmazonRoute53Async.listGeoLocationsAsync
(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest, ListGeoLocationsResult> asyncHandler) AmazonRoute53Async.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.AmazonRoute53Async.listGeoLocationsAsync
(AsyncHandler<ListGeoLocationsRequest, ListGeoLocationsResult> asyncHandler) Simplified method form for invoking the ListGeoLocations operation with an AsyncHandler.AmazonRoute53Async.listGeoLocationsAsync
(ListGeoLocationsRequest listGeoLocationsRequest) To retrieve a list of supported geo locations, send aGET
request to the/Route 53 API version/geolocations
resource.AmazonRoute53Async.listGeoLocationsAsync
(ListGeoLocationsRequest listGeoLocationsRequest, AsyncHandler<ListGeoLocationsRequest, ListGeoLocationsResult> asyncHandler) To retrieve a list of supported geo locations, send aGET
request to the/Route 53 API version/geolocations
resource.AmazonRoute53AsyncClient.listGeoLocationsAsync()
Simplified method form for invoking the ListGeoLocations operation.AmazonRoute53AsyncClient.listGeoLocationsAsync
(AsyncHandler<ListGeoLocationsRequest, ListGeoLocationsResult> asyncHandler) Simplified method form for invoking the ListGeoLocations operation with an AsyncHandler.AmazonRoute53AsyncClient.listGeoLocationsAsync
(ListGeoLocationsRequest request) AmazonRoute53AsyncClient.listGeoLocationsAsync
(ListGeoLocationsRequest request, AsyncHandler<ListGeoLocationsRequest, ListGeoLocationsResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type ListGeoLocationsResultModifier 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 aGET
request to the/Route 53 API version/geolocations
resource.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 ListGeoLocationsResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListGeoLocationsResultModifier and TypeMethodDescriptionListGeoLocationsResult.clone()
ListGeoLocationsResult.withGeoLocationDetailsList
(GeoLocationDetails... geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.ListGeoLocationsResult.withGeoLocationDetailsList
(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.ListGeoLocationsResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more geo locations to be listed.ListGeoLocationsResult.withMaxItems
(String maxItems) The maximum number of records you requested.ListGeoLocationsResult.withNextContinentCode
(String nextContinentCode) If the results were truncated, the continent code of the next geo location in the list.ListGeoLocationsResult.withNextCountryCode
(String nextCountryCode) If the results were truncated, the country code of the next geo location in the list.ListGeoLocationsResult.withNextSubdivisionCode
(String nextSubdivisionCode) If the results were truncated, the subdivision code of the next geo location in the list.