C# 클래스 Amazon.Extensions.NETCore.Setup.ClientFactory

The factory class for creating AWS service clients from the AWS SDK for .NET.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
ClientFactory ( Type type, AWSOptions awsOptions ) : System

Constructs an instance of the ClientFactory

CreateClient ( Type serviceInterfaceType, AWSCredentials credentials, ClientConfig config ) : AmazonServiceClient

Creates the service client using the credentials and client config.

CreateConfig ( Type serviceInterfaceType, AWSOptions options ) : ClientConfig

Creates the ClientConfig object for the service client.

CreateCredentials ( AWSOptions options ) : AWSCredentials

Creates the AWSCredentials using either the profile indicated from the AWSOptions object of the SDK fallback credentials search.

CreateServiceClient ( IServiceProvider provider ) : object

Creates the AWS service client that implements the service client interface. The AWSOptions object will be searched for in the IServiceProvider.

CreateServiceClient ( Type serviceInterfaceType, AWSOptions options ) : object

Creates the AWS service client that implements the service client interface. The AWSOptions object will be searched for in the IServiceProvider.