| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagInstanceProfileResponse |
IamClient.untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)
Removes the specified tags from the IAM instance profile.
|
default UntagInstanceProfileResponse |
IamClient.untagInstanceProfile(UntagInstanceProfileRequest untagInstanceProfileRequest)
Removes the specified tags from the IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagInstanceProfileResponse> |
IamAsyncClient.untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)
Removes the specified tags from the IAM instance profile.
|
default CompletableFuture<UntagInstanceProfileResponse> |
IamAsyncClient.untagInstanceProfile(UntagInstanceProfileRequest untagInstanceProfileRequest)
Removes the specified tags from the IAM instance profile.
|
Copyright © 2022. All rights reserved.