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

Same methods

AmazonBatchClient::AmazonBatchClient ( ) : System
AmazonBatchClient::AmazonBatchClient ( AWSCredentials credentials ) : System
AmazonBatchClient::AmazonBatchClient ( AWSCredentials credentials, AmazonBatchConfig clientConfig ) : System
AmazonBatchClient::AmazonBatchClient ( AWSCredentials credentials, RegionEndpoint region ) : 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