Amazon.APIGateway.AmazonAPIGatewayClient.AmazonAPIGatewayClient C# (CSharp) Method

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient 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 AmazonAPIGatewayClient ( ) : System
return System
        public AmazonAPIGatewayClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonAPIGatewayConfig()) { }

Same methods

AmazonAPIGatewayClient::AmazonAPIGatewayClient ( AWSCredentials credentials ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( AWSCredentials credentials, AmazonAPIGatewayConfig clientConfig ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( AmazonAPIGatewayConfig config ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( RegionEndpoint region ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAPIGatewayConfig clientConfig ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAPIGatewayConfig clientConfig ) : System
AmazonAPIGatewayClient::AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonAPIGatewayClient