

The Amazon SDK for Java 1.x reached end-of-support on December 31, 2025. We recommend that you migrate to the [Amazon SDK for Java 2.x](https://docs.amazonaws.cn/sdk-for-java/latest/developer-guide/home.html) to continue receiving new features, availability improvements, and security updates.

# IAM Examples Using the Amazon SDK for Java
<a name="examples-iam"></a>

This section provides examples of programming [IAM](https://www.amazonaws.cn/iam/) by using the [Amazon SDK for Java](https://www.amazonaws.cn/sdk-for-java/).

 Amazon Identity and Access Management (IAM) enables you to securely control access to Amazon services and resources for your users. Using IAM, you can create and manage Amazon users and groups, and use permissions to allow and deny their access to Amazon resources. For a complete guide to IAM, visit the [IAM User Guide](http://docs.aws.amazon.com/IAM/latest/UserGuide/).

**Note**  
The examples include only the code needed to demonstrate each technique. The [complete example code is available on GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/java). From there, you can download a single source file or clone the repository locally to get all the examples to build and run.

**Topics**
+ [Managing IAM Access Keys](examples-iam-access-keys.md)
+ [Managing IAM Users](examples-iam-users.md)
+ [Using IAM Account Aliases](examples-iam-account-aliases.md)
+ [Working with IAM Policies](examples-iam-policies.md)
+ [Working with IAM Server Certificates](examples-iam-server-certificates.md)