C# Класс Amazon.Runtime.AWSRegion

Base class for determining region based on inspection.
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
SetRegionFromName ( string regionSystemName ) : void

Sets the Region property by looking up the corresponding RegionEndpoint from the supplied region system name (us-east-1, us-west-2 etc).

Описание методов

SetRegionFromName() защищенный Метод

Sets the Region property by looking up the corresponding RegionEndpoint from the supplied region system name (us-east-1, us-west-2 etc).
protected SetRegionFromName ( string regionSystemName ) : void
regionSystemName string The system name of the region.
Результат void