Method | Description | |
---|---|---|
GetRegionEndpoint ( string regionName ) : IRegionEndpoint | ||
RegionEndpointProviderV3 ( ) : Amazon.Runtime | ||
RegionEndpointProviderV3 ( JsonData root ) : Amazon.Runtime |
Method | Description | |
---|---|---|
GetNonstandardRegionEndpoint ( string regionName ) : IRegionEndpoint |
This region name is non-standard. Search the whole endpoints.json file to determine the partition this region is in.
|
|
GetUnknownRegionDescription ( string regionName ) : string | ||
IsRegionInPartition ( string regionName, JsonData partition, string &description ) : bool |
public GetRegionEndpoint ( string regionName ) : IRegionEndpoint | ||
regionName | string | |
return | IRegionEndpoint |
public RegionEndpointProviderV3 ( ) : Amazon.Runtime | ||
return | Amazon.Runtime |
public RegionEndpointProviderV3 ( JsonData root ) : Amazon.Runtime | ||
root | JsonData | |
return | Amazon.Runtime |