| 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 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.
|
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.
|
default SimulateCustomPolicyPublisher |
IamAsyncClient.simulateCustomPolicyPaginator(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.
|
default SimulateCustomPolicyIterable |
IamClient.simulateCustomPolicyPaginator(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.
|
| Constructor and Description |
|---|
SimulateCustomPolicyIterable(IamClient client,
SimulateCustomPolicyRequest firstRequest) |
SimulateCustomPolicyPublisher(IamAsyncClient client,
SimulateCustomPolicyRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SimulateCustomPolicyRequestMarshaller.marshall(SimulateCustomPolicyRequest simulateCustomPolicyRequest) |
Copyright © 2023. All rights reserved.