Table of Contents

Namespace Amazon.Runtime.Endpoints

Classes

Endpoint

Endpoint to be used when calling service operation.

EndpointParameters

Base class for endpoint parameters. Used for endpoint resolution.

GlobalEndpoints

Global endpoints resolution provider. Can be used to override endpoints resolution for all services.

PropertyBag

Property bag implementation.

Can store arbitrary data accessed by parameter/property name. Use [] indexer to store/retrieve data. e.g. bag["parameter"] = value; If property is not defined returns null.

StaticEndpointProvider

Static endpoint provider. Use to resolve an endpoint to a given url.

Interfaces

IEndpointProvider

Interface to be implemented by service specific EndpointProviders.

IGlobalEndpointProvider
IPropertyBag

Property bag interface.