Java com.amazonaws.services.identitymanagement AmazonIdentityManagement fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.identitymanagement AmazonIdentityManagement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.identitymanagement AmazonIdentityManagement.

The text is from its open source code.

Implementation

com.amazonaws.services.identitymanagement.AmazonIdentityManagement has the following implementations.
Click this link to see all its implementation.

Method

AddUserToGroupResultaddUserToGroup(AddUserToGroupRequest addUserToGroupRequest)

Adds the specified user to the specified group.

AttachRolePolicyResultattachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)

Attaches the specified managed policy to the specified IAM role.

CreateAccessKeyResultcreateAccessKey(CreateAccessKeyRequest createAccessKeyRequest)

Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.

CreateAccountAliasResultcreateAccountAlias(CreateAccountAliasRequest createAccountAliasRequest)

Creates an alias for your AWS account.

CreateGroupResultcreateGroup(CreateGroupRequest createGroupRequest)

Creates a new group.

CreatePolicyResultcreatePolicy(CreatePolicyRequest createPolicyRequest)

Creates a new managed policy for your AWS account.

CreateRoleResultcreateRole(CreateRoleRequest createRoleRequest)

Creates a new role for your AWS account.

CreateUserResultcreateUser(CreateUserRequest createUserRequest)

Creates a new IAM user for your AWS account.

DeleteAccessKeyResultdeleteAccessKey(DeleteAccessKeyRequest deleteAccessKeyRequest)

Deletes the access key pair associated with the specified IAM user.

DeleteAccountAliasResultdeleteAccountAlias(DeleteAccountAliasRequest deleteAccountAliasRequest)

Deletes the specified AWS account alias.

DeleteGroupResultdeleteGroup(DeleteGroupRequest deleteGroupRequest)

Deletes the specified IAM group.

DeleteServerCertificateResultdeleteServerCertificate( DeleteServerCertificateRequest deleteServerCertificateRequest)

Deletes the specified server certificate.

DeleteUserResultdeleteUser(DeleteUserRequest deleteUserRequest)

Deletes the specified IAM user.

DeleteUserPolicyResultdeleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)

Deletes the specified inline policy that is embedded in the specified IAM user.

DetachRolePolicyResultdetachRolePolicy(DetachRolePolicyRequest detachRolePolicyRequest)

Removes the specified managed policy from the specified role.

GetAccessKeyLastUsedResultgetAccessKeyLastUsed(GetAccessKeyLastUsedRequest getAccessKeyLastUsedRequest)

Retrieves information about when the specified access key was last used.

GetGroupResultgetGroup(GetGroupRequest getGroupRequest)

Returns a list of IAM users that are in the specified IAM group.

GetPolicyResultgetPolicy(GetPolicyRequest getPolicyRequest)

Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.

GetRoleResultgetRole(GetRoleRequest getRoleRequest)

Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.

GetServerCertificateResultgetServerCertificate(GetServerCertificateRequest getServerCertificateRequest)

Retrieves information about the specified server certificate stored in IAM.

GetUserResultgetUser(GetUserRequest getUserRequest)

Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.

GetUserResultgetUser()
Simplified method form for invoking the GetUser operation.
ListAccessKeysResultlistAccessKeys(ListAccessKeysRequest listAccessKeysRequest)

Returns information about the access key IDs associated with the specified IAM user.

ListAccountAliasesResultlistAccountAliases()
Simplified method form for invoking the ListAccountAliases operation.
ListAttachedRolePoliciesResultlistAttachedRolePolicies( ListAttachedRolePoliciesRequest listAttachedRolePoliciesRequest)

Lists all managed policies that are attached to the specified IAM role.

ListRolesResultlistRoles(ListRolesRequest listRolesRequest)

Lists the IAM roles that have the specified path prefix.

ListServerCertificatesResultlistServerCertificates( ListServerCertificatesRequest listServerCertificatesRequest)

Lists the server certificates stored in IAM that have the specified path prefix.

ListUsersResultlistUsers(ListUsersRequest listUsersRequest)

Lists the IAM users that have the specified path prefix.

PutUserPolicyResultputUserPolicy(PutUserPolicyRequest putUserPolicyRequest)

Adds or updates an inline policy document that is embedded in the specified IAM user.

RemoveUserFromGroupResultremoveUserFromGroup(RemoveUserFromGroupRequest removeUserFromGroupRequest)

Removes the specified user from the specified group.

UpdateAccessKeyResultupdateAccessKey(UpdateAccessKeyRequest updateAccessKeyRequest)

Changes the status of the specified access key from Active to Inactive, or vice versa.

UpdateAssumeRolePolicyResultupdateAssumeRolePolicy( UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest)

Updates the policy that grants an IAM entity permission to assume a role.

UpdateServerCertificateResultupdateServerCertificate( UpdateServerCertificateRequest updateServerCertificateRequest)

Updates the name and/or the path of the specified server certificate stored in IAM.

UpdateUserResultupdateUser(UpdateUserRequest updateUserRequest)

Updates the name and/or the path of the specified IAM user.