| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| 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 TagInstanceProfileResponse |
IamClient.tagInstanceProfile(TagInstanceProfileRequest tagInstanceProfileRequest)
Adds one or more tags to an IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagInstanceProfileResponse> |
IamAsyncClient.tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> tagInstanceProfileRequest)
Adds one or more tags to an IAM instance profile.
|
default CompletableFuture<TagInstanceProfileResponse> |
IamAsyncClient.tagInstanceProfile(TagInstanceProfileRequest tagInstanceProfileRequest)
Adds one or more tags to an IAM instance profile.
|
Copyright © 2023. All rights reserved.