| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUserTagsResponse |
IamClient.listUserTags(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
default ListUserTagsResponse |
IamClient.listUserTags(ListUserTagsRequest listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUserTagsResponse> |
IamAsyncClient.listUserTags(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
default CompletableFuture<ListUserTagsResponse> |
IamAsyncClient.listUserTags(ListUserTagsRequest listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUserTagsResponse> |
ListUserTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUserTagsResponse> subscriber) |
Copyright © 2022. All rights reserved.