| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default GetLoginProfileResponse |
IamClient.getLoginProfile(Consumer<GetLoginProfileRequest.Builder> getLoginProfileRequest)
Retrieves the user name for the specified IAM user.
|
default GetLoginProfileResponse |
IamClient.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name for the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLoginProfileResponse> |
IamAsyncClient.getLoginProfile(Consumer<GetLoginProfileRequest.Builder> getLoginProfileRequest)
Retrieves the user name for the specified IAM user.
|
default CompletableFuture<GetLoginProfileResponse> |
IamAsyncClient.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name for the specified IAM user.
|
Copyright © 2022. All rights reserved.