| Package | Description |
|---|---|
| software.amazon.awssdk.policybuilder.iam | |
| software.amazon.awssdk.policybuilder.iam.internal |
| Modifier and Type | Field and Description |
|---|---|
static IamEffect |
IamEffect.ALLOW
The
IamStatement to which this effect is attached should ALLOW the actions described in the policy, and DENY
everything else. |
static IamEffect |
IamEffect.DENY
The
IamStatement to which this effect is attached should DENY the actions described in the policy. |
| Modifier and Type | Method and Description |
|---|---|
static IamEffect |
IamEffect.create(String value)
Create a new
IamEffect element with the provided IamValue.value(). |
IamEffect |
IamStatement.effect()
Retrieve the value set by
IamStatement.Builder.effect(IamEffect). |
| Modifier and Type | Method and Description |
|---|---|
IamStatement.Builder |
IamStatement.Builder.effect(IamEffect effect)
Configure the
Effect
element of the policy, specifying whether the statement results in an allow or deny. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIamEffect
Default implementation of
IamEffect. |
| Modifier and Type | Method and Description |
|---|---|
IamEffect |
DefaultIamStatement.effect() |
| Modifier and Type | Method and Description |
|---|---|
IamStatement.Builder |
DefaultIamStatement.Builder.effect(IamEffect effect) |
Copyright © 2023. All rights reserved.