Table of Contents

Interface IRegionEndpointProvider

Namespace
Amazon.Internal
Assembly
AWSSDK.Core.dll
[Obsolete("This interface 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 interface IRegionEndpointProvider

Properties

AllRegionEndpoints

IEnumerable<IRegionEndpoint> AllRegionEndpoints { get; }

Property Value

IEnumerable<IRegionEndpoint>

Methods

GetDnsSuffixForPartition(string)

string GetDnsSuffixForPartition(string partition)

Parameters

partition string

Returns

string

GetRegionEndpoint(string)

IRegionEndpoint GetRegionEndpoint(string regionName)

Parameters

regionName string

Returns

IRegionEndpoint