Amazon.Route53.AmazonRoute53Client.ListGeoLocations C# (CSharp) Метод

ListGeoLocations() публичный Метод

Retrieves a list of supported geo locations. Send a GET request to the /2013-04-01/geolocations resource. The response to this request includes a GeoLocationDetailsList element for each location that Amazon Route 53 supports.

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.

/// The input is not valid. ///
public ListGeoLocations ( ) : ListGeoLocationsResponse
Результат ListGeoLocationsResponse
        public ListGeoLocationsResponse ListGeoLocations()
        {
            return ListGeoLocations(new ListGeoLocationsRequest());
        }

Same methods

AmazonRoute53Client::ListGeoLocations ( ListGeoLocationsRequest request ) : ListGeoLocationsResponse
AmazonRoute53Client