Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Using service client classes in the AWS SDK for C++

Focus mode
Using service client classes in the AWS SDK for C++ - AWS SDK for C++

The AWS SDK for C++ includes client classes that provide interfaces to the AWS services. Each client class supports a particular AWS service. For example, the S3Client provides an interface to the Amazon S3 service.

The namespace for a client class follows the convention Aws::Service::ServiceClient. For example, the client class for AWS Identity and Access Management (IAM) is Aws::IAM::IAMClient and the Amazon S3 client class is Aws::S3::S3Client.

All client classes for all AWS services are thread-safe.

When instantiating a client class, AWS credentials must be supplied. Credentials can be supplied from your code, the environment, or the shared AWS config file and shared credentials file. For more information about credentials, see instructions for setting up the recommended IAM Identity Center authentication or use another credential provider that is available.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.