 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | AmazonCloudFrontClient()()()() | 
             Constructs AmazonCloudFrontClient 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. 
               CopyC# <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> | 
|  | AmazonCloudFrontClient(RegionEndpoint) | 
             Constructs AmazonCloudFrontClient 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. 
               CopyC# <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> | 
|  | AmazonCloudFrontClient(AmazonCloudFrontConfig) | 
             Constructs AmazonCloudFrontClient 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. 
               CopyC# <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> | 
|  | AmazonCloudFrontClient(AWSCredentials) | 
            Constructs AmazonCloudFrontClient with AWS Credentials
             | 
|  | AmazonCloudFrontClient(AWSCredentials, RegionEndpoint) | 
            Constructs AmazonCloudFrontClient with AWS Credentials
             | 
|  | AmazonCloudFrontClient(AWSCredentials, AmazonCloudFrontConfig) | 
            Constructs AmazonCloudFrontClient with AWS Credentials and an
            AmazonCloudFrontClient Configuration object.
             | 
|  | AmazonCloudFrontClient(String, String) | 
            Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonCloudFrontClient(String, String, RegionEndpoint) | 
            Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonCloudFrontClient(String, String, AmazonCloudFrontConfig) | 
            Constructs AmazonCloudFrontClient with AWS Access Key ID, AWS Secret Key and an
            AmazonCloudFrontClient Configuration object. 
             | 
|  | AmazonCloudFrontClient(String, String, String) | 
            Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonCloudFrontClient(String, String, String, RegionEndpoint) | 
            Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonCloudFrontClient(String, String, String, AmazonCloudFrontConfig) | 
            Constructs AmazonCloudFrontClient with AWS Access Key ID, AWS Secret Key and an
            AmazonCloudFrontClient Configuration object. 
             |