| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default PutGroupPolicyResponse |
IamClient.putGroupPolicy(Consumer<PutGroupPolicyRequest.Builder> putGroupPolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
default PutGroupPolicyResponse |
IamClient.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutGroupPolicyResponse> |
IamAsyncClient.putGroupPolicy(Consumer<PutGroupPolicyRequest.Builder> putGroupPolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
default CompletableFuture<PutGroupPolicyResponse> |
IamAsyncClient.putGroupPolicy(PutGroupPolicyRequest putGroupPolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
Copyright © 2023. All rights reserved.