Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
AttachedPolicy |
AttachedPolicy.clone() |
AttachedPolicy |
AttachedPolicy.withPolicyArn(String policyArn) |
AttachedPolicy |
AttachedPolicy.withPolicyName(String policyName)
The friendly name of the attached policy.
|
Modifier and Type | Method and 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> |
ListAttachedUserPoliciesResult.getAttachedPolicies()
A list of the attached policies.
|
List<AttachedPolicy> |
ListAttachedRolePoliciesResult.getAttachedPolicies()
A list of the attached policies.
|
Modifier and Type | Method and 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.
|
ListAttachedUserPoliciesResult |
ListAttachedUserPoliciesResult.withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.
|
ListAttachedRolePoliciesResult |
ListAttachedRolePoliciesResult.withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.
|
Modifier and Type | Method and 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 |
ListAttachedUserPoliciesResult.setAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
void |
ListAttachedRolePoliciesResult.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.
|
ListAttachedUserPoliciesResult |
ListAttachedUserPoliciesResult.withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
ListAttachedRolePoliciesResult |
ListAttachedRolePoliciesResult.withAttachedPolicies(Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
Copyright © 2018. All rights reserved.