| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagRoleResponse |
IamClient.untagRole(Consumer<UntagRoleRequest.Builder> untagRoleRequest)
Removes the specified tags from the role.
|
default UntagRoleResponse |
IamClient.untagRole(UntagRoleRequest untagRoleRequest)
Removes the specified tags from the role.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagRoleResponse> |
IamAsyncClient.untagRole(Consumer<UntagRoleRequest.Builder> untagRoleRequest)
Removes the specified tags from the role.
|
default CompletableFuture<UntagRoleResponse> |
IamAsyncClient.untagRole(UntagRoleRequest untagRoleRequest)
Removes the specified tags from the role.
|
Copyright © 2022. All rights reserved.