| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TagInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.tagInstanceProfileAsync(TagInstanceProfileRequest request,
AsyncHandler<TagInstanceProfileRequest,TagInstanceProfileResult> asyncHandler) |
Future<TagInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.tagInstanceProfileAsync(TagInstanceProfileRequest request,
AsyncHandler<TagInstanceProfileRequest,TagInstanceProfileResult> asyncHandler) |
Future<TagInstanceProfileResult> |
AmazonIdentityManagementAsync.tagInstanceProfileAsync(TagInstanceProfileRequest tagInstanceProfileRequest,
AsyncHandler<TagInstanceProfileRequest,TagInstanceProfileResult> asyncHandler)
Adds one or more tags to an IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
TagInstanceProfileRequest |
TagInstanceProfileRequest.clone() |
TagInstanceProfileRequest |
TagInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
The name of the IAM instance profile to which you want to add tags.
|
TagInstanceProfileRequest |
TagInstanceProfileRequest.withTags(Collection<Tag> tags)
The list of tags that you want to attach to the IAM instance profile.
|
TagInstanceProfileRequest |
TagInstanceProfileRequest.withTags(Tag... tags)
The list of tags that you want to attach to the IAM instance profile.
|
Copyright © 2025. All rights reserved.