Amazon.StorageGateway.AmazonStorageGatewayClient.AmazonStorageGatewayClient C# (CSharp) 메소드

AmazonStorageGatewayClient() 공개 메소드

Constructs AmazonStorageGatewayClient 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 AmazonStorageGatewayClient ( ) : System
리턴 System
        public AmazonStorageGatewayClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonStorageGatewayConfig()) { }

Same methods

AmazonStorageGatewayClient::AmazonStorageGatewayClient ( AWSCredentials credentials ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig clientConfig ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( RegionEndpoint region ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonStorageGatewayConfig clientConfig ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonStorageGatewayConfig clientConfig ) : System
AmazonStorageGatewayClient::AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonStorageGatewayClient