Uses of Interface
software.amazon.awssdk.policybuilder.iam.IamEffect
-
Packages that use IamEffect Package Description software.amazon.awssdk.policybuilder.iam software.amazon.awssdk.policybuilder.iam.internal -
-
Uses of IamEffect in software.amazon.awssdk.policybuilder.iam
Fields in software.amazon.awssdk.policybuilder.iam declared as IamEffect Modifier and Type Field Description static IamEffectIamEffect. ALLOWTheIamStatementto which this effect is attached should ALLOW the actions described in the policy, and DENY everything else.static IamEffectIamEffect. DENYTheIamStatementto which this effect is attached should DENY the actions described in the policy.Methods in software.amazon.awssdk.policybuilder.iam that return IamEffect Modifier and Type Method Description static IamEffectIamEffect. create(String value)Create a newIamEffectelement with the providedIamValue.value().IamEffectIamStatement. effect()Retrieve the value set byIamStatement.Builder.effect(IamEffect).Methods in software.amazon.awssdk.policybuilder.iam with parameters of type IamEffect Modifier and Type Method Description IamStatement.BuilderIamStatement.Builder. effect(IamEffect effect)Configure theEffectelement of the policy, specifying whether the statement results in an allow or deny. -
Uses of IamEffect in software.amazon.awssdk.policybuilder.iam.internal
Classes in software.amazon.awssdk.policybuilder.iam.internal that implement IamEffect Modifier and Type Class Description classDefaultIamEffectDefault implementation ofIamEffect.Methods in software.amazon.awssdk.policybuilder.iam.internal that return IamEffect Modifier and Type Method Description IamEffectDefaultIamStatement. effect()Methods in software.amazon.awssdk.policybuilder.iam.internal with parameters of type IamEffect Modifier and Type Method Description IamStatement.BuilderDefaultIamStatement.Builder. effect(IamEffect effect)
-