| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListUserTagsResult |
AmazonIdentityManagementClient.listUserTags(ListUserTagsRequest request)
Lists the tags that are attached to the specified user.
|
ListUserTagsResult |
AbstractAmazonIdentityManagement.listUserTags(ListUserTagsRequest request) |
ListUserTagsResult |
AmazonIdentityManagement.listUserTags(ListUserTagsRequest listUserTagsRequest)
Lists the tags that are attached to the specified user.
|
Future<ListUserTagsResult> |
AbstractAmazonIdentityManagementAsync.listUserTagsAsync(ListUserTagsRequest request) |
Future<ListUserTagsResult> |
AmazonIdentityManagementAsyncClient.listUserTagsAsync(ListUserTagsRequest request) |
Future<ListUserTagsResult> |
AmazonIdentityManagementAsync.listUserTagsAsync(ListUserTagsRequest listUserTagsRequest)
Lists the tags that are attached to the specified user.
|
Future<ListUserTagsResult> |
AbstractAmazonIdentityManagementAsync.listUserTagsAsync(ListUserTagsRequest request,
AsyncHandler<ListUserTagsRequest,ListUserTagsResult> asyncHandler) |
Future<ListUserTagsResult> |
AmazonIdentityManagementAsyncClient.listUserTagsAsync(ListUserTagsRequest request,
AsyncHandler<ListUserTagsRequest,ListUserTagsResult> asyncHandler) |
Future<ListUserTagsResult> |
AmazonIdentityManagementAsync.listUserTagsAsync(ListUserTagsRequest listUserTagsRequest,
AsyncHandler<ListUserTagsRequest,ListUserTagsResult> asyncHandler)
Lists the tags that are attached to the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserTagsResult> |
AbstractAmazonIdentityManagementAsync.listUserTagsAsync(ListUserTagsRequest request,
AsyncHandler<ListUserTagsRequest,ListUserTagsResult> asyncHandler) |
Future<ListUserTagsResult> |
AmazonIdentityManagementAsyncClient.listUserTagsAsync(ListUserTagsRequest request,
AsyncHandler<ListUserTagsRequest,ListUserTagsResult> asyncHandler) |
Future<ListUserTagsResult> |
AmazonIdentityManagementAsync.listUserTagsAsync(ListUserTagsRequest listUserTagsRequest,
AsyncHandler<ListUserTagsRequest,ListUserTagsResult> asyncHandler)
Lists the tags that are attached to the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserTagsRequest |
ListUserTagsRequest.clone() |
ListUserTagsRequest |
ListUserTagsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListUserTagsRequest |
ListUserTagsRequest.withMaxItems(Integer maxItems)
(Optional) Use this only when paginating results to indicate the maximum number of items that you want in the
response.
|
ListUserTagsRequest |
ListUserTagsRequest.withUserName(String userName)
The name of the IAM user whose tags you want to see.
|
Copyright © 2020. All rights reserved.