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

AmazonShieldClient() public method

Constructs AmazonShieldClient with AWS Credentials and an AmazonShieldClient Configuration object.
public AmazonShieldClient ( AWSCredentials credentials, AmazonShieldConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonShieldConfig The AmazonShieldClient Configuration Object
return System
        public AmazonShieldClient(AWSCredentials credentials, AmazonShieldConfig clientConfig)
            : base(credentials, clientConfig)
        {
        }

Same methods

AmazonShieldClient::AmazonShieldClient ( ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials ) : 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