Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AttachedPolicy> |
UserDetail.attachedManagedPolicies
A list of the managed policies attached to the user.
|
private SdkInternalList<AttachedPolicy> |
RoleDetail.attachedManagedPolicies
A list of managed policies attached to the role.
|
private SdkInternalList<AttachedPolicy> |
GroupDetail.attachedManagedPolicies
A list of the managed policies attached to the group.
|
private SdkInternalList<AttachedPolicy> |
ListAttachedUserPoliciesResult.attachedPolicies
A list of the attached policies.
|
private SdkInternalList<AttachedPolicy> |
ListAttachedRolePoliciesResult.attachedPolicies
A list of the attached policies.
|
private SdkInternalList<AttachedPolicy> |
ListAttachedGroupPoliciesResult.attachedPolicies
A list of the attached policies.
|
Modifier and Type | Method and Description |
---|---|
AttachedPolicy |
AttachedPolicy.clone() |
AttachedPolicy |
AttachedPolicy.withPolicyArn(java.lang.String policyArn) |
AttachedPolicy |
AttachedPolicy.withPolicyName(java.lang.String policyName)
The friendly name of the attached policy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AttachedPolicy> |
UserDetail.getAttachedManagedPolicies()
A list of the managed policies attached to the user.
|
java.util.List<AttachedPolicy> |
RoleDetail.getAttachedManagedPolicies()
A list of managed policies attached to the role.
|
java.util.List<AttachedPolicy> |
GroupDetail.getAttachedManagedPolicies()
A list of the managed policies attached to the group.
|
java.util.List<AttachedPolicy> |
ListAttachedUserPoliciesResult.getAttachedPolicies()
A list of the attached policies.
|
java.util.List<AttachedPolicy> |
ListAttachedRolePoliciesResult.getAttachedPolicies()
A list of the attached policies.
|
java.util.List<AttachedPolicy> |
ListAttachedGroupPoliciesResult.getAttachedPolicies()
A list of the attached policies.
|
Modifier and Type | Method and Description |
---|---|
UserDetail |
UserDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the user.
|
RoleDetail |
RoleDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of managed policies attached to the role.
|
GroupDetail |
GroupDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the group.
|
ListAttachedUserPoliciesResult |
ListAttachedUserPoliciesResult.withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.
|
ListAttachedRolePoliciesResult |
ListAttachedRolePoliciesResult.withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.
|
ListAttachedGroupPoliciesResult |
ListAttachedGroupPoliciesResult.withAttachedPolicies(AttachedPolicy... attachedPolicies)
A list of the attached policies.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDetail.setAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the user.
|
void |
RoleDetail.setAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of managed policies attached to the role.
|
void |
GroupDetail.setAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the group.
|
void |
ListAttachedUserPoliciesResult.setAttachedPolicies(java.util.Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
void |
ListAttachedRolePoliciesResult.setAttachedPolicies(java.util.Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
void |
ListAttachedGroupPoliciesResult.setAttachedPolicies(java.util.Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
UserDetail |
UserDetail.withAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the user.
|
RoleDetail |
RoleDetail.withAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of managed policies attached to the role.
|
GroupDetail |
GroupDetail.withAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the group.
|
ListAttachedUserPoliciesResult |
ListAttachedUserPoliciesResult.withAttachedPolicies(java.util.Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
ListAttachedRolePoliciesResult |
ListAttachedRolePoliciesResult.withAttachedPolicies(java.util.Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
ListAttachedGroupPoliciesResult |
ListAttachedGroupPoliciesResult.withAttachedPolicies(java.util.Collection<AttachedPolicy> attachedPolicies)
A list of the attached policies.
|
Modifier and Type | Method and Description |
---|---|
AttachedPolicy |
AttachedPolicyStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |