| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default SimulatePrincipalPolicyResponse |
IamClient.simulatePrincipalPolicy(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web
Services resources to determine the policies' effective permissions.
|
default CompletableFuture<SimulatePrincipalPolicyResponse> |
IamAsyncClient.simulatePrincipalPolicy(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web
Services resources to determine the policies' effective permissions.
|
default SimulatePrincipalPolicyIterable |
IamClient.simulatePrincipalPolicyPaginator(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web
Services resources to determine the policies' effective permissions.
|
default SimulatePrincipalPolicyPublisher |
IamAsyncClient.simulatePrincipalPolicyPaginator(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web
Services resources to determine the policies' effective permissions.
|
| Constructor and Description |
|---|
SimulatePrincipalPolicyIterable(IamClient client,
SimulatePrincipalPolicyRequest firstRequest) |
SimulatePrincipalPolicyPublisher(IamAsyncClient client,
SimulatePrincipalPolicyRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SimulatePrincipalPolicyRequestMarshaller.marshall(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest) |
Copyright © 2023. All rights reserved.