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

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

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
Результат System
        public AmazonServiceCatalogClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig)
            : base(awsAccessKeyId, awsSecretAccessKey, clientConfig)
        {
        }

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 ( RegionEndpoint region ) : System
AmazonServiceCatalogClient::AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : 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