C# Class Amazon.Runtime.AWSRegion

Base class for determining region based on inspection.
Show file Open project: aws/aws-sdk-net Class Usage Examples

Protected Methods

Method Description
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).

Method Details

SetRegionFromName() protected method

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.
return void