AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Retrieves a list of supported geographic locations.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.

For a list of supported geolocation codes, see the GeoLocation data type.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListGeoLocationsAsync.

Namespace: Amazon.Route53
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public abstract ListGeoLocationsResponse ListGeoLocations()

Return Value


The response from the ListGeoLocations service method, as returned by Route53.

Exceptions

ExceptionCondition
InvalidInputException The input is not valid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also