| 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 CompletableFuture<ListInstanceProfileTagsResponse> |
IamAsyncClient.listInstanceProfileTags(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
default ListInstanceProfileTagsResponse |
IamClient.listInstanceProfileTags(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
default ListInstanceProfileTagsPublisher |
IamAsyncClient.listInstanceProfileTagsPaginator(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
default ListInstanceProfileTagsIterable |
IamClient.listInstanceProfileTagsPaginator(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
| Constructor and Description |
|---|
ListInstanceProfileTagsIterable(IamClient client,
ListInstanceProfileTagsRequest firstRequest) |
ListInstanceProfileTagsPublisher(IamAsyncClient client,
ListInstanceProfileTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListInstanceProfileTagsRequestMarshaller.marshall(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest) |
Copyright © 2023. All rights reserved.