Amazon.Shield.AmazonShieldClient.AmazonShieldClient C# (CSharp) Method

AmazonShieldClient() public method

Constructs AmazonShieldClient with AWS Credentials
public AmazonShieldClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System
        public AmazonShieldClient(AWSCredentials credentials, RegionEndpoint region)
            : this(credentials, new AmazonShieldConfig{RegionEndpoint = region})
        {
        }

Same methods

AmazonShieldClient::AmazonShieldClient ( ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( AmazonShieldConfig config ) : System
AmazonShieldClient::AmazonShieldClient ( RegionEndpoint region ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System