| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SimulatePrincipalPolicyResponse |
IamClient.simulatePrincipalPolicy(Consumer<SimulatePrincipalPolicyRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SimulatePrincipalPolicyResponse> |
IamAsyncClient.simulatePrincipalPolicy(Consumer<SimulatePrincipalPolicyRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SimulatePrincipalPolicyResponse> |
SimulatePrincipalPolicyIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulatePrincipalPolicyPublisher.subscribe(org.reactivestreams.Subscriber<? super SimulatePrincipalPolicyResponse> subscriber) |
Copyright © 2023. All rights reserved.