| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default AttachRolePolicyResponse |
IamClient.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
default AttachRolePolicyResponse |
IamClient.attachRolePolicy(Consumer<AttachRolePolicyRequest.Builder> attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachRolePolicyResponse> |
IamAsyncClient.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
default CompletableFuture<AttachRolePolicyResponse> |
IamAsyncClient.attachRolePolicy(Consumer<AttachRolePolicyRequest.Builder> attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
Copyright © 2022. All rights reserved.