| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagInstanceProfileResult> |
AbstractAmazonIdentityManagementAsync.untagInstanceProfileAsync(UntagInstanceProfileRequest request,
AsyncHandler<UntagInstanceProfileRequest,UntagInstanceProfileResult> asyncHandler) |
Future<UntagInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.untagInstanceProfileAsync(UntagInstanceProfileRequest request,
AsyncHandler<UntagInstanceProfileRequest,UntagInstanceProfileResult> asyncHandler) |
Future<UntagInstanceProfileResult> |
AmazonIdentityManagementAsync.untagInstanceProfileAsync(UntagInstanceProfileRequest untagInstanceProfileRequest,
AsyncHandler<UntagInstanceProfileRequest,UntagInstanceProfileResult> asyncHandler)
Removes the specified tags from the IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
UntagInstanceProfileRequest |
UntagInstanceProfileRequest.clone() |
UntagInstanceProfileRequest |
UntagInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
The name of the IAM instance profile from which you want to remove tags.
|
UntagInstanceProfileRequest |
UntagInstanceProfileRequest.withTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagInstanceProfileRequest |
UntagInstanceProfileRequest.withTagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
Copyright © 2023. All rights reserved.