| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default GetUserResponse |
IamClient.getUser()
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
default GetUserResponse |
IamClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
default GetUserResponse |
IamClient.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUserResponse> |
IamAsyncClient.getUser()
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
default CompletableFuture<GetUserResponse> |
IamAsyncClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
default CompletableFuture<GetUserResponse> |
IamAsyncClient.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
Copyright © 2020. All rights reserved.