Uses of Class
com.amazonaws.services.identitymanagement.model.AttachedPolicy
-
Packages that use AttachedPolicy Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of AttachedPolicy in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachedPolicy Modifier and Type Method Description AttachedPolicyAttachedPolicy. clone()AttachedPolicyAttachedPolicy. withPolicyArn(String policyArn)AttachedPolicyAttachedPolicy. withPolicyName(String policyName)The friendly name of the attached policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type AttachedPolicy Modifier and Type Method Description List<AttachedPolicy>GroupDetail. getAttachedManagedPolicies()A list of the managed policies attached to the group.List<AttachedPolicy>RoleDetail. getAttachedManagedPolicies()A list of managed policies attached to the role.List<AttachedPolicy>UserDetail. getAttachedManagedPolicies()A list of the managed policies attached to the user.List<AttachedPolicy>ListAttachedGroupPoliciesResult. getAttachedPolicies()A list of the attached policies.List<AttachedPolicy>ListAttachedRolePoliciesResult. getAttachedPolicies()A list of the attached policies.List<AttachedPolicy>ListAttachedUserPoliciesResult. getAttachedPolicies()A list of the attached policies.Methods in com.amazonaws.services.identitymanagement.model with parameters of type AttachedPolicy Modifier and Type Method Description GroupDetailGroupDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of the managed policies attached to the group.RoleDetailRoleDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of managed policies attached to the role.UserDetailUserDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of the managed policies attached to the user.ListAttachedGroupPoliciesResultListAttachedGroupPoliciesResult. withAttachedPolicies(AttachedPolicy... attachedPolicies)A list of the attached policies.ListAttachedRolePoliciesResultListAttachedRolePoliciesResult. withAttachedPolicies(AttachedPolicy... attachedPolicies)A list of the attached policies.ListAttachedUserPoliciesResultListAttachedUserPoliciesResult. withAttachedPolicies(AttachedPolicy... attachedPolicies)A list of the attached policies.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type AttachedPolicy Modifier and Type Method Description voidGroupDetail. setAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the group.voidRoleDetail. setAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of managed policies attached to the role.voidUserDetail. setAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the user.voidListAttachedGroupPoliciesResult. setAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.voidListAttachedRolePoliciesResult. setAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.voidListAttachedUserPoliciesResult. setAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.GroupDetailGroupDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the group.RoleDetailRoleDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of managed policies attached to the role.UserDetailUserDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the user.ListAttachedGroupPoliciesResultListAttachedGroupPoliciesResult. withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.ListAttachedRolePoliciesResultListAttachedRolePoliciesResult. withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.ListAttachedUserPoliciesResultListAttachedUserPoliciesResult. withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.
-