Table of Contents

Interface IRuntimePipelineCustomizer

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll

Interface for objects that will customize the runtime pipleine for newly created service clients.

public interface IRuntimePipelineCustomizer

Properties

UniqueName

The unique name for the customizer that identifies the customizer in the registry. The name is also used to identify the customizer on the SDK logs.

string UniqueName { get; }

Property Value

string

Methods

Customize(Type, RuntimePipeline)

Called on service clients as they are being constructed to customize their runtime pipeline.

void Customize(Type type, RuntimePipeline pipeline)

Parameters

type Type

Type object for the service client being created

pipeline RuntimePipeline