| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| 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 CompletableFuture<ListUserTagsResponse> |
IamAsyncClient.listUserTags(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
default ListUserTagsIterable |
IamClient.listUserTagsPaginator(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
default ListUserTagsPublisher |
IamAsyncClient.listUserTagsPaginator(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)
Lists the tags that are attached to the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
static ListUserTagsRequest.Builder |
ListUserTagsRequest.builder() |
ListUserTagsRequest.Builder |
ListUserTagsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListUserTagsRequest.Builder |
ListUserTagsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListUserTagsRequest.Builder |
ListUserTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUserTagsRequest.Builder |
ListUserTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUserTagsRequest.Builder |
ListUserTagsRequest.toBuilder() |
ListUserTagsRequest.Builder |
ListUserTagsRequest.Builder.userName(String userName)
The name of the IAM user whose tags you want to see.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUserTagsRequest.Builder> |
ListUserTagsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.