Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyDetail> |
GroupDetail.groupPolicyList
A list of the inline policies embedded in the group.
|
private SdkInternalList<PolicyDetail> |
RoleDetail.rolePolicyList
A list of inline policies embedded in the role.
|
private SdkInternalList<PolicyDetail> |
UserDetail.userPolicyList
A list of the inline policies embedded in the user.
|
Modifier and Type | Method and Description |
---|---|
PolicyDetail |
PolicyDetail.clone() |
PolicyDetail |
PolicyDetail.withPolicyDocument(java.lang.String policyDocument)
The policy document.
|
PolicyDetail |
PolicyDetail.withPolicyName(java.lang.String policyName)
The name of the policy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PolicyDetail> |
GroupDetail.getGroupPolicyList()
A list of the inline policies embedded in the group.
|
java.util.List<PolicyDetail> |
RoleDetail.getRolePolicyList()
A list of inline policies embedded in the role.
|
java.util.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(java.util.Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.
|
void |
RoleDetail.setRolePolicyList(java.util.Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.
|
void |
UserDetail.setUserPolicyList(java.util.Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
|
GroupDetail |
GroupDetail.withGroupPolicyList(java.util.Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.
|
RoleDetail |
RoleDetail.withRolePolicyList(java.util.Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.
|
UserDetail |
UserDetail.withUserPolicyList(java.util.Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
|
Modifier and Type | Method and Description |
---|---|
PolicyDetail |
PolicyDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |