C# 클래스 Amazon.Runtime.AWSRegion

Base class for determining region based on inspection.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

보호된 메소드들

메소드 설명
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