| 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 ListRoleTagsResponse |
IamClient.listRoleTags(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
default CompletableFuture<ListRoleTagsResponse> |
IamAsyncClient.listRoleTags(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
default ListRoleTagsIterable |
IamClient.listRoleTagsPaginator(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
default ListRoleTagsPublisher |
IamAsyncClient.listRoleTagsPaginator(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
| Constructor and Description |
|---|
ListRoleTagsIterable(IamClient client,
ListRoleTagsRequest firstRequest) |
ListRoleTagsPublisher(IamAsyncClient client,
ListRoleTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRoleTagsRequestMarshaller.marshall(ListRoleTagsRequest listRoleTagsRequest) |
Copyright © 2023. All rights reserved.