C# 클래스 Amazon.Internal.RegionEndpointProviderV2.RegionEndpoint

This class contains the endpoints available to the AWS clients. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL.
상속: IRegionEndpoint
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
GetBySystemName ( string systemName ) : RegionEndpoint

Gets the region based on its system name like "us-west-1"

GetEndpointForService ( string serviceName, bool dualStack ) : Amazon.RegionEndpoint.Endpoint

Gets the endpoint for a service in a region.

LoadEndpointDefinitions ( string endpointsPath ) : void
ToString ( ) : string
UnloadEndpointDefinitions ( ) : void

This is a testing method and should not be called by production applications.

비공개 메소드들

메소드 설명
GetEndpointRule ( string serviceName ) : JsonData
LoadEndpointDefinitionFromFilePath ( string path ) : void
LoadEndpointDefinitionFromWeb ( string url ) : void
LoadEndpointDefinitions ( ) : void
LoadEndpointDefinitionsFromEmbeddedResource ( ) : void
NewEndpoint ( string systemName, string displayName ) : RegionEndpoint
ReadEndpointFile ( Stream stream ) : void
RegionEndpoint ( string systemName, string displayName ) : System
TryLoadEndpointDefinitionsFromAssemblyDir ( ) : bool

메소드 상세

GetBySystemName() 공개 정적인 메소드

Gets the region based on its system name like "us-west-1"
public static GetBySystemName ( string systemName ) : RegionEndpoint
systemName string The system name of the service like "us-west-1"
리턴 RegionEndpoint

GetEndpointForService() 공개 메소드

Gets the endpoint for a service in a region.
Thrown when the request service does not have a valid endpoint in the region.
public GetEndpointForService ( string serviceName, bool dualStack ) : Amazon.RegionEndpoint.Endpoint
serviceName string The services system name.
dualStack bool If true returns the endpoint for dualstack
리턴 Amazon.RegionEndpoint.Endpoint

LoadEndpointDefinitions() 공개 정적인 메소드

public static LoadEndpointDefinitions ( string endpointsPath ) : void
endpointsPath string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnloadEndpointDefinitions() 공개 정적인 메소드

This is a testing method and should not be called by production applications.
public static UnloadEndpointDefinitions ( ) : void
리턴 void