Interface IRegionEndpoint
public interface IRegionEndpoint
Properties
DisplayName
string DisplayName { get; }
Property Value
RegionName
string RegionName { get; }
Property Value
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
stringThe services system name. Service system names can be obtained from the RegionEndpointServiceName member of the ClientConfig-derived class for the service.
options
GetEndpointForServiceOptionsSpecify additional requirements on the RegionEndpoint.Endpoint to be returned.
Returns
GetEndpointForService(string, bool)
[Obsolete("Use GetEndpointForService(string serviceName, GetEndpointForServiceOptions options) instead", false)]
RegionEndpoint.Endpoint GetEndpointForService(string serviceName, bool dualStack)