Uses of Interface
software.amazon.awssdk.policybuilder.iam.IamValue
-
Packages that use IamValue Package Description software.amazon.awssdk.policybuilder.iam software.amazon.awssdk.policybuilder.iam.internal -
-
Uses of IamValue in software.amazon.awssdk.policybuilder.iam
Subinterfaces of IamValue in software.amazon.awssdk.policybuilder.iam Modifier and Type Interface Description interfaceIamActionTheActionelement of aIamStatement, specifying which service actions the statement applies to.interfaceIamConditionKeyTheIamConditionKeyspecifies the "left hand side" of anIamCondition.interfaceIamConditionOperatorTheIamConditionOperatorspecifies the operator that should be applied to compare theIamConditionKeyto an expected value in anIamCondition.interfaceIamEffectTheEffectelement of aIamStatement, specifying whether the statement should ALLOW or DENY certain actions.interfaceIamPrincipalTypeTheIamPrincipalTypeidentifies what type of entity that theIamPrincipalrefers to.interfaceIamResourceTheResourceelement of aIamStatement, specifying which resource the statement applies to. -
Uses of IamValue in software.amazon.awssdk.policybuilder.iam.internal
Classes in software.amazon.awssdk.policybuilder.iam.internal that implement IamValue Modifier and Type Class Description classDefaultIamActionDefault implementation ofIamAction.classDefaultIamConditionKeyDefault implementation ofIamConditionKey.classDefaultIamConditionOperatorDefault implementation ofIamConditionOperator.classDefaultIamEffectDefault implementation ofIamEffect.classDefaultIamPrincipalTypeDefault implementation ofIamPrincipalType.classDefaultIamResourceDefault implementation ofIamResource.
-