Uses of Class
com.amazonaws.services.identitymanagement.model.AttachedPolicy
Packages that use AttachedPolicy
-
Uses of AttachedPolicy in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachedPolicyModifier and TypeMethodDescriptionAttachedPolicy.clone()
AttachedPolicy.withPolicyArn
(String policyArn) AttachedPolicy.withPolicyName
(String policyName) The friendly name of the attached policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type AttachedPolicyModifier and TypeMethodDescriptionGroupDetail.getAttachedManagedPolicies()
A list of the managed policies attached to the group.RoleDetail.getAttachedManagedPolicies()
A list of managed policies attached to the role.UserDetail.getAttachedManagedPolicies()
A list of the managed policies attached to the user.ListAttachedGroupPoliciesResult.getAttachedPolicies()
A list of the attached policies.ListAttachedRolePoliciesResult.getAttachedPolicies()
A list of the attached policies.ListAttachedUserPoliciesResult.getAttachedPolicies()
A list of the attached policies.Methods in com.amazonaws.services.identitymanagement.model with parameters of type AttachedPolicyModifier and TypeMethodDescriptionGroupDetail.withAttachedManagedPolicies
(AttachedPolicy... attachedManagedPolicies) A list of the managed policies attached to the group.RoleDetail.withAttachedManagedPolicies
(AttachedPolicy... attachedManagedPolicies) A list of managed policies attached to the role.UserDetail.withAttachedManagedPolicies
(AttachedPolicy... attachedManagedPolicies) A list of the managed policies attached to the user.ListAttachedGroupPoliciesResult.withAttachedPolicies
(AttachedPolicy... attachedPolicies) A list of the attached policies.ListAttachedRolePoliciesResult.withAttachedPolicies
(AttachedPolicy... attachedPolicies) A list of the attached policies.ListAttachedUserPoliciesResult.withAttachedPolicies
(AttachedPolicy... attachedPolicies) A list of the attached policies.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type AttachedPolicyModifier and TypeMethodDescriptionvoid
GroupDetail.setAttachedManagedPolicies
(Collection<AttachedPolicy> attachedManagedPolicies) A list of the managed policies attached to the group.void
RoleDetail.setAttachedManagedPolicies
(Collection<AttachedPolicy> attachedManagedPolicies) A list of managed policies attached to the role.void
UserDetail.setAttachedManagedPolicies
(Collection<AttachedPolicy> attachedManagedPolicies) A list of the managed policies attached to the user.void
ListAttachedGroupPoliciesResult.setAttachedPolicies
(Collection<AttachedPolicy> attachedPolicies) A list of the attached policies.void
ListAttachedRolePoliciesResult.setAttachedPolicies
(Collection<AttachedPolicy> attachedPolicies) A list of the attached policies.void
ListAttachedUserPoliciesResult.setAttachedPolicies
(Collection<AttachedPolicy> attachedPolicies) A list of the attached policies.GroupDetail.withAttachedManagedPolicies
(Collection<AttachedPolicy> attachedManagedPolicies) A list of the managed policies attached to the group.RoleDetail.withAttachedManagedPolicies
(Collection<AttachedPolicy> attachedManagedPolicies) A list of managed policies attached to the role.UserDetail.withAttachedManagedPolicies
(Collection<AttachedPolicy> attachedManagedPolicies) A list of the managed policies attached to the user.ListAttachedGroupPoliciesResult.withAttachedPolicies
(Collection<AttachedPolicy> attachedPolicies) A list of the attached policies.ListAttachedRolePoliciesResult.withAttachedPolicies
(Collection<AttachedPolicy> attachedPolicies) A list of the attached policies.ListAttachedUserPoliciesResult.withAttachedPolicies
(Collection<AttachedPolicy> attachedPolicies) A list of the attached policies.