| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListRoleTagsResult |
AbstractAmazonIdentityManagement.listRoleTags(ListRoleTagsRequest request) |
ListRoleTagsResult |
AmazonIdentityManagementClient.listRoleTags(ListRoleTagsRequest request)
Lists the tags that are attached to the specified role.
|
ListRoleTagsResult |
AmazonIdentityManagement.listRoleTags(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRoleTagsResult> |
AbstractAmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest request) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsyncClient.listRoleTagsAsync(ListRoleTagsRequest request) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
Future<ListRoleTagsResult> |
AbstractAmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest request,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsyncClient.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> |
AbstractAmazonIdentityManagementAsync.listRoleTagsAsync(ListRoleTagsRequest request,
AsyncHandler<ListRoleTagsRequest,ListRoleTagsResult> asyncHandler) |
Future<ListRoleTagsResult> |
AmazonIdentityManagementAsyncClient.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 |
|---|---|
ListRoleTagsResult |
ListRoleTagsResult.clone() |
ListRoleTagsResult |
ListRoleTagsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListRoleTagsResult |
ListRoleTagsResult.withMarker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
ListRoleTagsResult |
ListRoleTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the role.
|
ListRoleTagsResult |
ListRoleTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the role.
|
Copyright © 2022. All rights reserved.