| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| 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 CompletableFuture<ListInstanceProfileTagsResponse> |
IamAsyncClient.listInstanceProfileTags(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
default ListInstanceProfileTagsIterable |
IamClient.listInstanceProfileTagsPaginator(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
default ListInstanceProfileTagsPublisher |
IamAsyncClient.listInstanceProfileTagsPaginator(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
static ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.builder() |
ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.Builder.instanceProfileName(String instanceProfileName)
The name of the IAM instance profile whose tags you want to see.
|
ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInstanceProfileTagsRequest.Builder |
ListInstanceProfileTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInstanceProfileTagsRequest.Builder> |
ListInstanceProfileTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.