Amazon.Batch.AmazonBatchClient.AmazonBatchClient C# (CSharp) Метод

AmazonBatchClient() публичный Метод

Constructs AmazonBatchClient 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 AmazonBatchClient ( ) : System
Результат System
        public AmazonBatchClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonBatchConfig()) { }

Same methods

AmazonBatchClient::AmazonBatchClient ( AWSCredentials credentials ) : System
AmazonBatchClient::AmazonBatchClient ( AWSCredentials credentials, AmazonBatchConfig clientConfig ) : System
AmazonBatchClient::AmazonBatchClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonBatchClient::AmazonBatchClient ( AmazonBatchConfig config ) : System
AmazonBatchClient::AmazonBatchClient ( RegionEndpoint region ) : System
AmazonBatchClient::AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonBatchClient::AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonBatchConfig clientConfig ) : System
AmazonBatchClient::AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonBatchClient::AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonBatchClient::AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonBatchConfig clientConfig ) : System
AmazonBatchClient::AmazonBatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System