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