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 StatementStatement. clone()StatementStatement. withEndPosition(Position endPosition)The row and column of the end of aStatementin an IAM policy.StatementStatement. withSourcePolicyId(String sourcePolicyId)The identifier of the policy that was provided as an input.StatementStatement. withSourcePolicyType(PolicySourceType sourcePolicyType)The type of the policy.StatementStatement. withSourcePolicyType(String sourcePolicyType)The type of the policy.StatementStatement. withStartPosition(Position startPosition)The row and column of the beginning of theStatementin 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 EvaluationResultEvaluationResult. withMatchedStatements(Statement... matchedStatements)A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResultResourceSpecificResult. 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 voidEvaluationResult. setMatchedStatements(Collection<Statement> matchedStatements)A list of the statements in the input policies that determine the result for this scenario.voidResourceSpecificResult. setMatchedStatements(Collection<Statement> matchedStatements)A list of the statements in the input policies that determine the result for this part of the simulation.EvaluationResultEvaluationResult. withMatchedStatements(Collection<Statement> matchedStatements)A list of the statements in the input policies that determine the result for this scenario.ResourceSpecificResultResourceSpecificResult. withMatchedStatements(Collection<Statement> matchedStatements)A list of the statements in the input policies that determine the result for this part of the simulation.
-