Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.AmazonDynamoDBStreamsClient C# (CSharp) Method

AmazonDynamoDBStreamsClient() public method

Constructs AmazonDynamoDBStreamsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonDynamoDBStreamsClient ( ) : System
return System
        public AmazonDynamoDBStreamsClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonDynamoDBStreamsConfig()) { }

Same methods

AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( AWSCredentials credentials ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( AWSCredentials credentials, AmazonDynamoDBStreamsConfig clientConfig ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( AmazonDynamoDBStreamsConfig config ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( RegionEndpoint region ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonDynamoDBStreamsConfig clientConfig ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonDynamoDBStreamsConfig clientConfig ) : System
AmazonDynamoDBStreamsClient::AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System