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