| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInstanceProfileTagsResponse |
IamClient.listInstanceProfileTags(Consumer<ListInstanceProfileTagsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInstanceProfileTagsResponse> |
IamAsyncClient.listInstanceProfileTags(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
default CompletableFuture<ListInstanceProfileTagsResponse> |
IamAsyncClient.listInstanceProfileTags(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstanceProfileTagsResponse> |
ListInstanceProfileTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstanceProfileTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstanceProfileTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.