| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAttachedUserPoliciesResponse |
IamClient.listAttachedUserPolicies(Consumer<ListAttachedUserPoliciesRequest.Builder> listAttachedUserPoliciesRequest)
Lists all managed policies that are attached to the specified IAM user.
|
default ListAttachedUserPoliciesResponse |
IamClient.listAttachedUserPolicies(ListAttachedUserPoliciesRequest listAttachedUserPoliciesRequest)
Lists all managed policies that are attached to the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttachedUserPoliciesResponse> |
IamAsyncClient.listAttachedUserPolicies(Consumer<ListAttachedUserPoliciesRequest.Builder> listAttachedUserPoliciesRequest)
Lists all managed policies that are attached to the specified IAM user.
|
default CompletableFuture<ListAttachedUserPoliciesResponse> |
IamAsyncClient.listAttachedUserPolicies(ListAttachedUserPoliciesRequest listAttachedUserPoliciesRequest)
Lists all managed policies that are attached to the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAttachedUserPoliciesResponse> |
ListAttachedUserPoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachedUserPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAttachedUserPoliciesResponse> subscriber) |
Copyright © 2022. All rights reserved.