IAM Examples Using the Amazon SDK for Java - Amazon SDK for Java 1.x
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

The Amazon SDK for Java 1.x has entered maintenance mode as of July 31, 2024, and will reach end-of-support on December 31, 2025. We recommend that you migrate to the Amazon SDK for Java 2.x to continue receiving new features, availability improvements, and security updates.

IAM Examples Using the Amazon SDK for Java

This section provides examples of programming IAM by using the Amazon 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.

Note

The examples include only the code needed to demonstrate each technique. The complete example code is available on GitHub. From there, you can download a single source file or clone the repository locally to get all the examples to build and run.