Uses of Class
com.amazonaws.services.identitymanagement.model.Statement
Packages that use Statement
-
Uses of Statement in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return StatementModifier and TypeMethodDescriptionStatement.clone()
Statement.withEndPosition
(Position endPosition) The row and column of the end of aStatement
in an IAM policy.Statement.withSourcePolicyId
(String sourcePolicyId) The identifier of the policy that was provided as an input.Statement.withSourcePolicyType
(PolicySourceType sourcePolicyType) The type of the policy.Statement.withSourcePolicyType
(String sourcePolicyType) The type of the policy.Statement.withStartPosition
(Position startPosition) The row and column of the beginning of theStatement
in an IAM policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type StatementModifier and TypeMethodDescriptionEvaluationResult.getMatchedStatements()
A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult.getMatchedStatements()
A list of the statements in the input policies that determine the result for this part of the simulation.Methods in com.amazonaws.services.identitymanagement.model with parameters of type StatementModifier and TypeMethodDescriptionEvaluationResult.withMatchedStatements
(Statement... matchedStatements) A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult.withMatchedStatements
(Statement... matchedStatements) A list of the statements in the input policies that determine the result for this part of the simulation.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type StatementModifier and TypeMethodDescriptionvoid
EvaluationResult.setMatchedStatements
(Collection<Statement> matchedStatements) A list of the statements in the input policies that determine the result for this scenario.void
ResourceSpecificResult.setMatchedStatements
(Collection<Statement> matchedStatements) A list of the statements in the input policies that determine the result for this part of the simulation.EvaluationResult.withMatchedStatements
(Collection<Statement> matchedStatements) A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult.withMatchedStatements
(Collection<Statement> matchedStatements) A list of the statements in the input policies that determine the result for this part of the simulation.