Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient C# (CSharp) Метод

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with the default configuration
public static CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleWorkflow
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSimpleWorkflow
        public static IAmazonSimpleWorkflow CreateAmazonSimpleWorkflowClient(
            string awsAccessKey,
            string awsSecretAccessKey
            )
        {
            return new AmazonSimpleWorkflowClient(awsAccessKey, awsSecretAccessKey);
        }

Same methods

AWSClientFactory::CreateAmazonSimpleWorkflowClient ( ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials, AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( RegionEndpoint region ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow
AWSClientFactory::CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleWorkflow