| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteGroupPolicyResponse |
IamClient.deleteGroupPolicy(Consumer<DeleteGroupPolicyRequest.Builder> deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM group.
|
default DeleteGroupPolicyResponse |
IamClient.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteGroupPolicyResponse> |
IamAsyncClient.deleteGroupPolicy(Consumer<DeleteGroupPolicyRequest.Builder> deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM group.
|
default CompletableFuture<DeleteGroupPolicyResponse> |
IamAsyncClient.deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM group.
|
Copyright © 2022. All rights reserved.