Table of Contents

Interface IRegionEndpoint

Namespace
Amazon.Internal
Assembly
AWSSDK.Core.dll
public interface IRegionEndpoint

Properties

DisplayName

string DisplayName { get; }

Property Value

string

RegionName

string RegionName { get; }

Property Value

string

Methods

GetEndpointForService(string, GetEndpointForServiceOptions)

Gets the endpoint for a service in a region.

For forwards compatibility, if the service being requested for isn't known in the region, this method will generate an endpoint using the AWS endpoint heuristics. In this case, it is not guaranteed the endpoint will point to a valid service endpoint.
[Obsolete("This operation 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.")]
RegionEndpoint.Endpoint GetEndpointForService(string serviceName, GetEndpointForServiceOptions options)

Parameters

serviceName string

The services system name. Service system names can be obtained from the RegionEndpointServiceName member of the ClientConfig-derived class for the service.

options GetEndpointForServiceOptions

Specify additional requirements on the RegionEndpoint.Endpoint to be returned.

Returns

RegionEndpoint.Endpoint

GetEndpointForService(string, bool)

[Obsolete("Use GetEndpointForService(string serviceName, GetEndpointForServiceOptions options) instead", false)]
RegionEndpoint.Endpoint GetEndpointForService(string serviceName, bool dualStack)

Parameters

serviceName string
dualStack bool

Returns

RegionEndpoint.Endpoint