| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEntitiesForPolicyResponse |
IamClient.listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
default ListEntitiesForPolicyResponse |
IamClient.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEntitiesForPolicyResponse> |
IamAsyncClient.listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
default CompletableFuture<ListEntitiesForPolicyResponse> |
IamAsyncClient.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEntitiesForPolicyResponse> |
ListEntitiesForPolicyIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesForPolicyPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEntitiesForPolicyResponse> subscriber) |
Copyright © 2022. All rights reserved.