Table of Contents

Class RegionEndpointProviderV2

Namespace
Amazon.Internal
Assembly
AWSSDK.Core.dll
[Obsolete("This class is obsoleted because as of version 3.7.100 endpoint is resolved using a newer system that uses request level parameters to resolve the endpoint.")]
public class RegionEndpointProviderV2 : IRegionEndpointProvider
Inheritance
RegionEndpointProviderV2
Implements
Inherited Members

Constructors

RegionEndpointProviderV2()

public RegionEndpointProviderV2()

Properties

AllRegionEndpoints

public IEnumerable<IRegionEndpoint> AllRegionEndpoints { get; }

Property Value

IEnumerable<IRegionEndpoint>

Proxy

Allows to configure the proxy used for HTTP requests. The default value is null.

public static IWebProxy Proxy { get; set; }

Property Value

IWebProxy

Methods

GetDnsSuffixForPartition(string)

Returns the DNS suffix for the given partition, or an empty string if a matching partition was not found

public string GetDnsSuffixForPartition(string partition)

Parameters

partition string

partition

Returns

string

DNS suffix for the given partition, empty string if a matching partition was not found

GetRegionEndpoint(string)

public IRegionEndpoint GetRegionEndpoint(string regionName)

Parameters

regionName string

Returns

IRegionEndpoint