| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagUserResponse |
IamClient.untagUser(Consumer<UntagUserRequest.Builder> untagUserRequest)
Removes the specified tags from the user.
|
default UntagUserResponse |
IamClient.untagUser(UntagUserRequest untagUserRequest)
Removes the specified tags from the user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagUserResponse> |
IamAsyncClient.untagUser(Consumer<UntagUserRequest.Builder> untagUserRequest)
Removes the specified tags from the user.
|
default CompletableFuture<UntagUserResponse> |
IamAsyncClient.untagUser(UntagUserRequest untagUserRequest)
Removes the specified tags from the user.
|
Copyright © 2022. All rights reserved.