| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListRoleTagsResult |
AbstractAmazonIdentityManagement.listRoleTags(ListRoleTagsRequest request) |
ListRoleTagsResult |
AmazonIdentityManagement.listRoleTags(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
ListRoleTagsResult |
AmazonIdentityManagementClient.listRoleTags(ListRoleTagsRequest request)
Lists the tags that are attached to the specified role.
|
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsyncClient.listRoleTagsAsync(ListRoleTagsRequest request) |
Future<ListRoleTagsResult> |
AbstractAmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest request) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsyncClient.listRoleTagsAsync(ListRoleTagsRequest request,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler) |
Future<ListRoleTagsResult> |
AbstractAmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest request,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest listRoleTagsRequest,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler)
Lists the tags that are attached to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsyncClient.listRoleTagsAsync(ListRoleTagsRequest request,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler) |
Future<ListRoleTagsResult> |
AbstractAmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest request,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest listRoleTagsRequest,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler)
Lists the tags that are attached to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoleTagsRequest |
ListRoleTagsRequest.clone() |
ListRoleTagsRequest |
ListRoleTagsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListRoleTagsRequest |
ListRoleTagsRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListRoleTagsRequest |
ListRoleTagsRequest.withRoleName(String roleName)
The name of the IAM role for which you want to see the list of tags.
|
Copyright © 2022. All rights reserved.