Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Statement |
Statement.clone() |
Statement |
Statement.withEndPosition(Position endPosition)
The row and column of the end of a
Statement 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 the
Statement in an
IAM policy. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.