| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default TagInstanceProfileResponse |
IamClient.tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> tagInstanceProfileRequest)
Adds one or more tags to an IAM instance profile.
|
default CompletableFuture<TagInstanceProfileResponse> |
IamAsyncClient.tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> tagInstanceProfileRequest)
Adds one or more tags to an IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
static TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.builder() |
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.Builder.instanceProfileName(String instanceProfileName)
The name of the IAM instance profile to which you want to add tags.
|
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.Builder.tags(Collection<Tag> tags)
The list of tags that you want to attach to the IAM instance profile.
|
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags that you want to attach to the IAM instance profile.
|
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.Builder.tags(Tag... tags)
The list of tags that you want to attach to the IAM instance profile.
|
TagInstanceProfileRequest.Builder |
TagInstanceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagInstanceProfileRequest.Builder> |
TagInstanceProfileRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.