Amazon.ServiceCatalog.AmazonServiceCatalogClient.AmazonServiceCatalogClient C# (CSharp) Метод

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

Constructs AmazonServiceCatalogClient 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 AmazonServiceCatalogClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System
        public AmazonServiceCatalogClient(RegionEndpoint region)
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonServiceCatalogConfig{RegionEndpoint = region}) { }

Same methods

AmazonServiceCatalogClient::AmazonServiceCatalogClient ( ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( AWSCredentials credentials ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonServiceCatalogClient