Interface: endpoints.Resolver

import "../ibm-cos-sdk-go/aws/endpoints"

Overview

A Resolver provides the interface for functionality to resolve endpoints. The build in Partition and DefaultResolver return value satisfy this interface.

Implemented By

endpoints.ResolverFunc

Interface Method Summary collapse

Interface Method Details

EndpointFor(service, region string, opts ...func(*Options)) (ResolvedEndpoint, error)

This method is abstract.


216
// File 'aws/endpoints/endpoints.go', line 216

EndpointFor(service, region string, opts ...func(*Options)) (ResolvedEndpoint, error)