| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUserPoliciesResponse |
IamClient.listUserPolicies(Consumer<ListUserPoliciesRequest.Builder> listUserPoliciesRequest)
Lists the names of the inline policies embedded in the specified IAM user.
|
default ListUserPoliciesResponse |
IamClient.listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the inline policies embedded in the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUserPoliciesResponse> |
IamAsyncClient.listUserPolicies(Consumer<ListUserPoliciesRequest.Builder> listUserPoliciesRequest)
Lists the names of the inline policies embedded in the specified IAM user.
|
default CompletableFuture<ListUserPoliciesResponse> |
IamAsyncClient.listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the inline policies embedded in the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUserPoliciesResponse> |
ListUserPoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUserPoliciesResponse> subscriber) |
Copyright © 2023. All rights reserved.