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