Uses of Class
software.amazon.awssdk.services.iam.model.Statement
-
Packages that use Statement Package Description software.amazon.awssdk.services.iam.model -
-
Uses of Statement in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Statement Modifier and Type Method Description List<Statement>EvaluationResult. matchedStatements()A list of the statements in the input policies that determine the result for this scenario.List<Statement>ResourceSpecificResult. matchedStatements()A list of the statements in the input policies that determine the result for this part of the simulation.Methods in software.amazon.awssdk.services.iam.model with parameters of type Statement Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. matchedStatements(Statement... matchedStatements)A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult.BuilderResourceSpecificResult.Builder. matchedStatements(Statement... matchedStatements)A list of the statements in the input policies that determine the result for this part of the simulation.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type Statement Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. matchedStatements(Collection<Statement> matchedStatements)A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult.BuilderResourceSpecificResult.Builder. matchedStatements(Collection<Statement> matchedStatements)A list of the statements in the input policies that determine the result for this part of the simulation.
-