| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default GetUserPolicyResponse |
IamClient.getUserPolicy(Consumer<GetUserPolicyRequest.Builder> getUserPolicyRequest)
Retrieves the specified inline policy document that is embedded in the specified IAM user.
|
default GetUserPolicyResponse |
IamClient.getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)
Retrieves the specified inline policy document that is embedded in the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUserPolicyResponse> |
IamAsyncClient.getUserPolicy(Consumer<GetUserPolicyRequest.Builder> getUserPolicyRequest)
Retrieves the specified inline policy document that is embedded in the specified IAM user.
|
default CompletableFuture<GetUserPolicyResponse> |
IamAsyncClient.getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)
Retrieves the specified inline policy document that is embedded in the specified IAM user.
|
Copyright © 2023. All rights reserved.