| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyUser> |
ListEntitiesForPolicyResponse.policyUsers()
A list of IAM users that the policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyUsers(PolicyUser... policyUsers)
A list of IAM users that the policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyResponse.Builder |
ListEntitiesForPolicyResponse.Builder.policyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PolicyUser> |
ListEntitiesForPolicyPublisher.policyUsers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PolicyUser> |
ListEntitiesForPolicyIterable.policyUsers()
Returns an iterable to iterate through the paginated
ListEntitiesForPolicyResponse.policyUsers() member. |
Copyright © 2022. All rights reserved.