Uses of Interface
software.amazon.awssdk.policybuilder.iam.IamStatement
-
Packages that use IamStatement Package Description software.amazon.awssdk.policybuilder.iam software.amazon.awssdk.policybuilder.iam.internal -
-
Uses of IamStatement in software.amazon.awssdk.policybuilder.iam
Methods in software.amazon.awssdk.policybuilder.iam that return types with arguments of type IamStatement Modifier and Type Method Description List<IamStatement>IamPolicy. statements()Retrieve the value set byIamPolicy.Builder.statements(Collection).Methods in software.amazon.awssdk.policybuilder.iam with parameters of type IamStatement Modifier and Type Method Description IamPolicy.BuilderIamPolicy.Builder. addStatement(IamStatement statement)Append aStatementelement to this policy to specify additional access rules.Method parameters in software.amazon.awssdk.policybuilder.iam with type arguments of type IamStatement Modifier and Type Method Description static IamPolicyIamPolicy. create(Collection<IamStatement> statements)Create anIamPolicycontaining the provided statements.IamPolicy.BuilderIamPolicy.Builder. statements(Collection<IamStatement> statements)Configure theStatementelement of the policy, specifying the access rules for this policy. -
Uses of IamStatement in software.amazon.awssdk.policybuilder.iam.internal
Classes in software.amazon.awssdk.policybuilder.iam.internal that implement IamStatement Modifier and Type Class Description classDefaultIamStatementDefault implementation ofIamStatement.Methods in software.amazon.awssdk.policybuilder.iam.internal that return IamStatement Modifier and Type Method Description IamStatementDefaultIamStatement.Builder. build()Methods in software.amazon.awssdk.policybuilder.iam.internal that return types with arguments of type IamStatement Modifier and Type Method Description List<IamStatement>DefaultIamPolicy. statements()Methods in software.amazon.awssdk.policybuilder.iam.internal with parameters of type IamStatement Modifier and Type Method Description IamPolicy.BuilderDefaultIamPolicy.Builder. addStatement(IamStatement statement)Method parameters in software.amazon.awssdk.policybuilder.iam.internal with type arguments of type IamStatement Modifier and Type Method Description IamPolicy.BuilderDefaultIamPolicy.Builder. statements(Collection<IamStatement> statements)
-