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 AttachedPolicy
AttachedPolicy. clone()
AttachedPolicy
AttachedPolicy. withPolicyArn(String policyArn)
AttachedPolicy
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 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 GroupDetail
GroupDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the group.RoleDetail
RoleDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of managed policies attached to the role.UserDetail
UserDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the user.ListAttachedGroupPoliciesResult
ListAttachedGroupPoliciesResult. withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.ListAttachedRolePoliciesResult
ListAttachedRolePoliciesResult. withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.ListAttachedUserPoliciesResult
ListAttachedUserPoliciesResult. 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 void
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
GroupDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the group.RoleDetail
RoleDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)
A list of managed policies attached to the role.UserDetail
UserDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the user.ListAttachedGroupPoliciesResult
ListAttachedGroupPoliciesResult. withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.ListAttachedRolePoliciesResult
ListAttachedRolePoliciesResult. withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.ListAttachedUserPoliciesResult
ListAttachedUserPoliciesResult. withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
-