| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| 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 CompletableFuture<ListRoleTagsResponse> |
IamAsyncClient.listRoleTags(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
default ListRoleTagsIterable |
IamClient.listRoleTagsPaginator(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
default ListRoleTagsPublisher |
IamAsyncClient.listRoleTagsPaginator(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)
Lists the tags that are attached to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRoleTagsRequest.Builder |
ListRoleTagsRequest.builder() |
ListRoleTagsRequest.Builder |
ListRoleTagsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListRoleTagsRequest.Builder |
ListRoleTagsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListRoleTagsRequest.Builder |
ListRoleTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRoleTagsRequest.Builder |
ListRoleTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRoleTagsRequest.Builder |
ListRoleTagsRequest.Builder.roleName(String roleName)
The name of the IAM role for which you want to see the list of tags.
|
ListRoleTagsRequest.Builder |
ListRoleTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRoleTagsRequest.Builder> |
ListRoleTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.