 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | AmazonSimpleWorkflowClient()()()() | 
             Constructs AmazonSimpleWorkflowClient 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> | 
|  | AmazonSimpleWorkflowClient(RegionEndpoint) | 
             Constructs AmazonSimpleWorkflowClient 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> | 
|  | AmazonSimpleWorkflowClient(AmazonSimpleWorkflowConfig) | 
             Constructs AmazonSimpleWorkflowClient 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> | 
|  | AmazonSimpleWorkflowClient(AWSCredentials) | 
            Constructs AmazonSimpleWorkflowClient with AWS Credentials
             | 
|  | AmazonSimpleWorkflowClient(AWSCredentials, RegionEndpoint) | 
            Constructs AmazonSimpleWorkflowClient with AWS Credentials
             | 
|  | AmazonSimpleWorkflowClient(AWSCredentials, AmazonSimpleWorkflowConfig) | 
            Constructs AmazonSimpleWorkflowClient with AWS Credentials and an
            AmazonSimpleWorkflowClient Configuration object.
             | 
|  | AmazonSimpleWorkflowClient(String, String) | 
            Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonSimpleWorkflowClient(String, String, RegionEndpoint) | 
            Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonSimpleWorkflowClient(String, String, AmazonSimpleWorkflowConfig) | 
            Constructs AmazonSimpleWorkflowClient with AWS Access Key ID, AWS Secret Key and an
            AmazonSimpleWorkflowClient Configuration object. If the config object's
            UseSecureStringForAwsSecretKey is false, the AWS Secret Key
            is stored as a clear-text string. Please use this option only
            if the application environment doesn't allow the use of SecureStrings.
             | 
|  | AmazonSimpleWorkflowClient(String, String, String) | 
            Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonSimpleWorkflowClient(String, String, String, RegionEndpoint) | 
            Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonSimpleWorkflowClient(String, String, String, AmazonSimpleWorkflowConfig) | 
            Constructs AmazonSimpleWorkflowClient with AWS Access Key ID, AWS Secret Key and an
            AmazonSimpleWorkflowClient Configuration object. If the config object's
            UseSecureStringForAwsSecretKey is false, the AWS Secret Key
            is stored as a clear-text string. Please use this option only
            if the application environment doesn't allow the use of SecureStrings.
             |