| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRolePolicyResponse> |
IamAsyncClient.getRolePolicy(Consumer<GetRolePolicyRequest.Builder> getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
default GetRolePolicyResponse |
IamClient.getRolePolicy(Consumer<GetRolePolicyRequest.Builder> getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
static GetRolePolicyRequest.Builder |
GetRolePolicyRequest.builder() |
GetRolePolicyRequest.Builder |
GetRolePolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRolePolicyRequest.Builder |
GetRolePolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRolePolicyRequest.Builder |
GetRolePolicyRequest.Builder.policyName(String policyName)
The name of the policy document to get.
|
GetRolePolicyRequest.Builder |
GetRolePolicyRequest.Builder.roleName(String roleName)
The name of the role associated with the policy.
|
GetRolePolicyRequest.Builder |
GetRolePolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRolePolicyRequest.Builder> |
GetRolePolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.