| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyDetail> |
GroupDetail.groupPolicyList()
A list of the inline policies embedded in the group.
|
List<PolicyDetail> |
RoleDetail.rolePolicyList()
A list of inline policies embedded in the role.
|
List<PolicyDetail> |
UserDetail.userPolicyList()
A list of the inline policies embedded in the user.
|
| Modifier and Type | Method and Description |
|---|---|
GroupDetail.Builder |
GroupDetail.Builder.groupPolicyList(PolicyDetail... groupPolicyList)
A list of the inline policies embedded in the group.
|
RoleDetail.Builder |
RoleDetail.Builder.rolePolicyList(PolicyDetail... rolePolicyList)
A list of inline policies embedded in the role.
|
UserDetail.Builder |
UserDetail.Builder.userPolicyList(PolicyDetail... userPolicyList)
A list of the inline policies embedded in the user.
|
| Modifier and Type | Method and Description |
|---|---|
GroupDetail.Builder |
GroupDetail.Builder.groupPolicyList(Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.
|
RoleDetail.Builder |
RoleDetail.Builder.rolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.
|
UserDetail.Builder |
UserDetail.Builder.userPolicyList(Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
|
Copyright © 2023. All rights reserved.