| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SimulateCustomPolicyResponse |
IamClient.simulateCustomPolicy(Consumer<SimulateCustomPolicyRequest.Builder> simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and
Amazon Web Services resources to determine the policies' effective permissions.
|
default SimulateCustomPolicyResponse |
IamClient.simulateCustomPolicy(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy 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<SimulateCustomPolicyResponse> |
IamAsyncClient.simulateCustomPolicy(Consumer<SimulateCustomPolicyRequest.Builder> simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and
Amazon Web Services resources to determine the policies' effective permissions.
|
default CompletableFuture<SimulateCustomPolicyResponse> |
IamAsyncClient.simulateCustomPolicy(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy 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<SimulateCustomPolicyResponse> |
SimulateCustomPolicyIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulateCustomPolicyPublisher.subscribe(org.reactivestreams.Subscriber<? super SimulateCustomPolicyResponse> subscriber) |
Copyright © 2023. All rights reserved.