Work with IAM - Amazon SDK for Java 2.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).

Work with IAM

This section provides examples of programming Amazon Identity and Access Management (IAM) by using the Amazon SDK for Java 2.x.

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.

The following 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.