Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
PolicyDetail |
PolicyDetail.clone() |
PolicyDetail |
PolicyDetail.withPolicyDocument(String policyDocument)
The policy document.
|
PolicyDetail |
PolicyDetail.withPolicyName(String policyName)
The name of the policy.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyDetail> |
GroupDetail.getGroupPolicyList()
A list of the inline policies embedded in the group.
|
List<PolicyDetail> |
RoleDetail.getRolePolicyList()
A list of inline policies embedded in the role.
|
List<PolicyDetail> |
UserDetail.getUserPolicyList()
A list of the inline policies embedded in the user.
|
Modifier and Type | Method and Description |
---|---|
GroupDetail |
GroupDetail.withGroupPolicyList(PolicyDetail... groupPolicyList)
A list of the inline policies embedded in the group.
|
RoleDetail |
RoleDetail.withRolePolicyList(PolicyDetail... rolePolicyList)
A list of inline policies embedded in the role.
|
UserDetail |
UserDetail.withUserPolicyList(PolicyDetail... userPolicyList)
A list of the inline policies embedded in the user.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupDetail.setGroupPolicyList(Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.
|
void |
RoleDetail.setRolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.
|
void |
UserDetail.setUserPolicyList(Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
|
GroupDetail |
GroupDetail.withGroupPolicyList(Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.
|
RoleDetail |
RoleDetail.withRolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.
|
UserDetail |
UserDetail.withUserPolicyList(Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
|
Copyright © 2018. All rights reserved.