Uses of Class
com.amazonaws.services.identitymanagement.model.Statement
-
Packages that use Statement Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of Statement in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return Statement Modifier and Type Method Description Statement
Statement. clone()
Statement
Statement. withEndPosition(Position endPosition)
The row and column of the end of aStatement
in an IAM policy.Statement
Statement. withSourcePolicyId(String sourcePolicyId)
The identifier of the policy that was provided as an input.Statement
Statement. withSourcePolicyType(PolicySourceType sourcePolicyType)
The type of the policy.Statement
Statement. withSourcePolicyType(String sourcePolicyType)
The type of the policy.Statement
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 Statement Modifier and Type Method Description List<Statement>
EvaluationResult. getMatchedStatements()
A list of the statements in the input policies that determine the result for this scenario.List<Statement>
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 Statement Modifier and Type Method Description EvaluationResult
EvaluationResult. withMatchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult
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 Statement Modifier and Type Method Description void
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
EvaluationResult. withMatchedStatements(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResult
ResourceSpecificResult. withMatchedStatements(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result for this part of the simulation.
-