| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserResponse |
IamClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
default UpdateUserResponse |
IamClient.updateUser(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateUserResponse> |
IamAsyncClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
default CompletableFuture<UpdateUserResponse> |
IamAsyncClient.updateUser(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
Copyright © 2022. All rights reserved.