| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListUserTagsResponse |
IamClient.listUserTags(ListUserTagsRequest 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.
|
default ListUserTagsIterable |
IamClient.listUserTagsPaginator(ListUserTagsRequest listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
default ListUserTagsPublisher |
IamAsyncClient.listUserTagsPaginator(ListUserTagsRequest listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
| Constructor and Description |
|---|
ListUserTagsIterable(IamClient client,
ListUserTagsRequest firstRequest) |
ListUserTagsPublisher(IamAsyncClient client,
ListUserTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUserTagsRequestMarshaller.marshall(ListUserTagsRequest listUserTagsRequest) |
Copyright © 2022. All rights reserved.