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

AmazonShieldClient() public method

Constructs AmazonShieldClient with AWS Credentials
public AmazonShieldClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System
        public AmazonShieldClient(AWSCredentials credentials)
            : this(credentials, new AmazonShieldConfig())
        {
        }

Same methods

AmazonShieldClient::AmazonShieldClient ( ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials, RegionEndpoint region ) : 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