Table of Contents

Interface IAWSClientProvider

Namespace
AWS.Messaging.Configuration
Assembly
AWS.Messaging.dll

Provides an AWS service client from the DI container

public interface IAWSClientProvider

Methods

GetServiceClient<T>()

Returns the AWS service client that was injected into the DI container

T GetServiceClient<T>() where T : IAmazonService

Returns

T

Type Parameters

T

This type must implement IAmazonService