Enum IdentityManagementActions
- java.lang.Object
-
- java.lang.Enum<IdentityManagementActions>
-
- com.amazonaws.auth.policy.actions.IdentityManagementActions
-
- All Implemented Interfaces:
Action,Serializable,Comparable<IdentityManagementActions>
public enum IdentityManagementActions extends Enum<IdentityManagementActions> implements Action
The available AWS access control policy actions for AWS Identity and Access Management.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AddRoleToInstanceProfileAction for the AddRoleToInstanceProfile operation.AddUserToGroupAction for the AddUserToGroup operation.AllIdentityManagementActionsRepresents any action executed on AWS Identity and Access Management.ChangePasswordAction for the ChangePassword operation.CreateAccessKeyAction for the CreateAccessKey operation.CreateAccountAliasAction for the CreateAccountAlias operation.CreateGroupAction for the CreateGroup operation.CreateInstanceProfileAction for the CreateInstanceProfile operation.CreateLoginProfileAction for the CreateLoginProfile operation.CreateRoleAction for the CreateRole operation.CreateUserAction for the CreateUser operation.CreateVirtualMFADeviceAction for the CreateVirtualMFADevice operation.DeactivateMFADeviceAction for the DeactivateMFADevice operation.DeleteAccessKeyAction for the DeleteAccessKey operation.DeleteAccountAliasAction for the DeleteAccountAlias operation.DeleteAccountPasswordPolicyAction for the DeleteAccountPasswordPolicy operation.DeleteGroupAction for the DeleteGroup operation.DeleteGroupPolicyAction for the DeleteGroupPolicy operation.DeleteInstanceProfileAction for the DeleteInstanceProfile operation.DeleteLoginProfileAction for the DeleteLoginProfile operation.DeleteRoleAction for the DeleteRole operation.DeleteRolePolicyAction for the DeleteRolePolicy operation.DeleteServerCertificateAction for the DeleteServerCertificate operation.DeleteSigningCertificateAction for the DeleteSigningCertificate operation.DeleteUserAction for the DeleteUser operation.DeleteUserPolicyAction for the DeleteUserPolicy operation.DeleteVirtualMFADeviceAction for the DeleteVirtualMFADevice operation.EnableMFADeviceAction for the EnableMFADevice operation.GetAccountPasswordPolicyAction for the GetAccountPasswordPolicy operation.GetAccountSummaryAction for the GetAccountSummary operation.GetGroupAction for the GetGroup operation.GetGroupPolicyAction for the GetGroupPolicy operation.GetInstanceProfileAction for the GetInstanceProfile operation.GetLoginProfileAction for the GetLoginProfile operation.GetRoleAction for the GetRole operation.GetRolePolicyAction for the GetRolePolicy operation.GetServerCertificateAction for the GetServerCertificate operation.GetUserAction for the GetUser operation.GetUserPolicyAction for the GetUserPolicy operation.ListAccessKeysAction for the ListAccessKeys operation.ListAccountAliasesAction for the ListAccountAliases operation.ListGroupPoliciesAction for the ListGroupPolicies operation.ListGroupsAction for the ListGroups operation.ListGroupsForUserAction for the ListGroupsForUser operation.ListInstanceProfilesAction for the ListInstanceProfiles operation.ListInstanceProfilesForRoleAction for the ListInstanceProfilesForRole operation.ListMFADevicesAction for the ListMFADevices operation.ListRolePoliciesAction for the ListRolePolicies operation.ListRolesAction for the ListRoles operation.ListServerCertificatesAction for the ListServerCertificates operation.ListSigningCertificatesAction for the ListSigningCertificates operation.ListUserPoliciesAction for the ListUserPolicies operation.ListUsersAction for the ListUsers operation.ListVirtualMFADevicesAction for the ListVirtualMFADevices operation.PassRoleAction for the PassRole operation.PutGroupPolicyAction for the PutGroupPolicy operation.PutRolePolicyAction for the PutRolePolicy operation.PutUserPolicyAction for the PutUserPolicy operation.RemoveRoleFromInstanceProfileAction for the RemoveRoleFromInstanceProfile operation.RemoveUserFromGroupAction for the RemoveUserFromGroup operation.ResyncMFADeviceAction for the ResyncMFADevice operation.UpdateAccessKeyAction for the UpdateAccessKey operation.UpdateAccountPasswordPolicyAction for the UpdateAccountPasswordPolicy operation.UpdateAssumeRolePolicyAction for the UpdateAssumeRolePolicy operation.UpdateGroupAction for the UpdateGroup operation.UpdateLoginProfileAction for the UpdateLoginProfile operation.UpdateServerCertificateAction for the UpdateServerCertificate operation.UpdateSigningCertificateAction for the UpdateSigningCertificate operation.UpdateUserAction for the UpdateUser operation.UploadServerCertificateAction for the UploadServerCertificate operation.UploadSigningCertificateAction for the UploadSigningCertificate operation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionName()Returns the name of this action.static IdentityManagementActionsvalueOf(String name)Returns the enum constant of this type with the specified name.static IdentityManagementActions[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AllIdentityManagementActions
public static final IdentityManagementActions AllIdentityManagementActions
Represents any action executed on AWS Identity and Access Management.
-
AddRoleToInstanceProfile
public static final IdentityManagementActions AddRoleToInstanceProfile
Action for the AddRoleToInstanceProfile operation.
-
AddUserToGroup
public static final IdentityManagementActions AddUserToGroup
Action for the AddUserToGroup operation.
-
ChangePassword
public static final IdentityManagementActions ChangePassword
Action for the ChangePassword operation.
-
CreateAccessKey
public static final IdentityManagementActions CreateAccessKey
Action for the CreateAccessKey operation.
-
CreateAccountAlias
public static final IdentityManagementActions CreateAccountAlias
Action for the CreateAccountAlias operation.
-
CreateGroup
public static final IdentityManagementActions CreateGroup
Action for the CreateGroup operation.
-
CreateInstanceProfile
public static final IdentityManagementActions CreateInstanceProfile
Action for the CreateInstanceProfile operation.
-
CreateLoginProfile
public static final IdentityManagementActions CreateLoginProfile
Action for the CreateLoginProfile operation.
-
CreateRole
public static final IdentityManagementActions CreateRole
Action for the CreateRole operation.
-
CreateUser
public static final IdentityManagementActions CreateUser
Action for the CreateUser operation.
-
CreateVirtualMFADevice
public static final IdentityManagementActions CreateVirtualMFADevice
Action for the CreateVirtualMFADevice operation.
-
DeactivateMFADevice
public static final IdentityManagementActions DeactivateMFADevice
Action for the DeactivateMFADevice operation.
-
DeleteAccessKey
public static final IdentityManagementActions DeleteAccessKey
Action for the DeleteAccessKey operation.
-
DeleteAccountAlias
public static final IdentityManagementActions DeleteAccountAlias
Action for the DeleteAccountAlias operation.
-
DeleteAccountPasswordPolicy
public static final IdentityManagementActions DeleteAccountPasswordPolicy
Action for the DeleteAccountPasswordPolicy operation.
-
DeleteGroup
public static final IdentityManagementActions DeleteGroup
Action for the DeleteGroup operation.
-
DeleteGroupPolicy
public static final IdentityManagementActions DeleteGroupPolicy
Action for the DeleteGroupPolicy operation.
-
DeleteInstanceProfile
public static final IdentityManagementActions DeleteInstanceProfile
Action for the DeleteInstanceProfile operation.
-
DeleteLoginProfile
public static final IdentityManagementActions DeleteLoginProfile
Action for the DeleteLoginProfile operation.
-
DeleteRole
public static final IdentityManagementActions DeleteRole
Action for the DeleteRole operation.
-
DeleteRolePolicy
public static final IdentityManagementActions DeleteRolePolicy
Action for the DeleteRolePolicy operation.
-
DeleteServerCertificate
public static final IdentityManagementActions DeleteServerCertificate
Action for the DeleteServerCertificate operation.
-
DeleteSigningCertificate
public static final IdentityManagementActions DeleteSigningCertificate
Action for the DeleteSigningCertificate operation.
-
DeleteUser
public static final IdentityManagementActions DeleteUser
Action for the DeleteUser operation.
-
DeleteUserPolicy
public static final IdentityManagementActions DeleteUserPolicy
Action for the DeleteUserPolicy operation.
-
DeleteVirtualMFADevice
public static final IdentityManagementActions DeleteVirtualMFADevice
Action for the DeleteVirtualMFADevice operation.
-
EnableMFADevice
public static final IdentityManagementActions EnableMFADevice
Action for the EnableMFADevice operation.
-
GetAccountPasswordPolicy
public static final IdentityManagementActions GetAccountPasswordPolicy
Action for the GetAccountPasswordPolicy operation.
-
GetAccountSummary
public static final IdentityManagementActions GetAccountSummary
Action for the GetAccountSummary operation.
-
GetGroup
public static final IdentityManagementActions GetGroup
Action for the GetGroup operation.
-
GetGroupPolicy
public static final IdentityManagementActions GetGroupPolicy
Action for the GetGroupPolicy operation.
-
GetInstanceProfile
public static final IdentityManagementActions GetInstanceProfile
Action for the GetInstanceProfile operation.
-
GetLoginProfile
public static final IdentityManagementActions GetLoginProfile
Action for the GetLoginProfile operation.
-
GetRole
public static final IdentityManagementActions GetRole
Action for the GetRole operation.
-
GetRolePolicy
public static final IdentityManagementActions GetRolePolicy
Action for the GetRolePolicy operation.
-
GetServerCertificate
public static final IdentityManagementActions GetServerCertificate
Action for the GetServerCertificate operation.
-
GetUser
public static final IdentityManagementActions GetUser
Action for the GetUser operation.
-
GetUserPolicy
public static final IdentityManagementActions GetUserPolicy
Action for the GetUserPolicy operation.
-
ListAccessKeys
public static final IdentityManagementActions ListAccessKeys
Action for the ListAccessKeys operation.
-
ListAccountAliases
public static final IdentityManagementActions ListAccountAliases
Action for the ListAccountAliases operation.
-
ListGroupPolicies
public static final IdentityManagementActions ListGroupPolicies
Action for the ListGroupPolicies operation.
-
ListGroups
public static final IdentityManagementActions ListGroups
Action for the ListGroups operation.
-
ListGroupsForUser
public static final IdentityManagementActions ListGroupsForUser
Action for the ListGroupsForUser operation.
-
ListInstanceProfiles
public static final IdentityManagementActions ListInstanceProfiles
Action for the ListInstanceProfiles operation.
-
ListInstanceProfilesForRole
public static final IdentityManagementActions ListInstanceProfilesForRole
Action for the ListInstanceProfilesForRole operation.
-
ListMFADevices
public static final IdentityManagementActions ListMFADevices
Action for the ListMFADevices operation.
-
ListRolePolicies
public static final IdentityManagementActions ListRolePolicies
Action for the ListRolePolicies operation.
-
ListRoles
public static final IdentityManagementActions ListRoles
Action for the ListRoles operation.
-
ListServerCertificates
public static final IdentityManagementActions ListServerCertificates
Action for the ListServerCertificates operation.
-
ListSigningCertificates
public static final IdentityManagementActions ListSigningCertificates
Action for the ListSigningCertificates operation.
-
ListUserPolicies
public static final IdentityManagementActions ListUserPolicies
Action for the ListUserPolicies operation.
-
ListUsers
public static final IdentityManagementActions ListUsers
Action for the ListUsers operation.
-
ListVirtualMFADevices
public static final IdentityManagementActions ListVirtualMFADevices
Action for the ListVirtualMFADevices operation.
-
PassRole
public static final IdentityManagementActions PassRole
Action for the PassRole operation.
-
PutGroupPolicy
public static final IdentityManagementActions PutGroupPolicy
Action for the PutGroupPolicy operation.
-
PutRolePolicy
public static final IdentityManagementActions PutRolePolicy
Action for the PutRolePolicy operation.
-
PutUserPolicy
public static final IdentityManagementActions PutUserPolicy
Action for the PutUserPolicy operation.
-
RemoveRoleFromInstanceProfile
public static final IdentityManagementActions RemoveRoleFromInstanceProfile
Action for the RemoveRoleFromInstanceProfile operation.
-
RemoveUserFromGroup
public static final IdentityManagementActions RemoveUserFromGroup
Action for the RemoveUserFromGroup operation.
-
ResyncMFADevice
public static final IdentityManagementActions ResyncMFADevice
Action for the ResyncMFADevice operation.
-
UpdateAccessKey
public static final IdentityManagementActions UpdateAccessKey
Action for the UpdateAccessKey operation.
-
UpdateAccountPasswordPolicy
public static final IdentityManagementActions UpdateAccountPasswordPolicy
Action for the UpdateAccountPasswordPolicy operation.
-
UpdateAssumeRolePolicy
public static final IdentityManagementActions UpdateAssumeRolePolicy
Action for the UpdateAssumeRolePolicy operation.
-
UpdateGroup
public static final IdentityManagementActions UpdateGroup
Action for the UpdateGroup operation.
-
UpdateLoginProfile
public static final IdentityManagementActions UpdateLoginProfile
Action for the UpdateLoginProfile operation.
-
UpdateServerCertificate
public static final IdentityManagementActions UpdateServerCertificate
Action for the UpdateServerCertificate operation.
-
UpdateSigningCertificate
public static final IdentityManagementActions UpdateSigningCertificate
Action for the UpdateSigningCertificate operation.
-
UpdateUser
public static final IdentityManagementActions UpdateUser
Action for the UpdateUser operation.
-
UploadServerCertificate
public static final IdentityManagementActions UploadServerCertificate
Action for the UploadServerCertificate operation.
-
UploadSigningCertificate
public static final IdentityManagementActions UploadSigningCertificate
Action for the UploadSigningCertificate operation.
-
-
Method Detail
-
values
public static IdentityManagementActions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IdentityManagementActions c : IdentityManagementActions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IdentityManagementActions valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getActionName
public String getActionName()
Description copied from interface:ActionReturns the name of this action. For example, 'sqs:SendMessage' is the name corresponding to the SQS action that enables users to send a message to an SQS queue.- Specified by:
getActionNamein interfaceAction- Returns:
- The name of this action.
-
-