| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRoleTagsResponse |
IamClient.listRoleTags(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
default ListRoleTagsResponse |
IamClient.listRoleTags(ListRoleTagsRequest listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRoleTagsResponse> |
IamAsyncClient.listRoleTags(Consumer<ListRoleTagsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRoleTagsResponse> |
ListRoleTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoleTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRoleTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.