Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Statement> |
ResourceSpecificResult.matchedStatements
A list of the statements in the input policies that determine the result
for this part of the simulation.
|
private SdkInternalList<Statement> |
EvaluationResult.matchedStatements
A list of the statements in the input policies that determine the result
for this scenario.
|
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(java.lang.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(java.lang.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 |
---|---|
java.util.List<Statement> |
ResourceSpecificResult.getMatchedStatements()
A list of the statements in the input policies that determine the result
for this part of the simulation.
|
java.util.List<Statement> |
EvaluationResult.getMatchedStatements()
A list of the statements in the input policies that determine the result
for this scenario.
|
Modifier and Type | Method and Description |
---|---|
ResourceSpecificResult |
ResourceSpecificResult.withMatchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result
for this part of the simulation.
|
EvaluationResult |
EvaluationResult.withMatchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result
for this scenario.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceSpecificResult.setMatchedStatements(java.util.Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result
for this part of the simulation.
|
void |
EvaluationResult.setMatchedStatements(java.util.Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result
for this scenario.
|
ResourceSpecificResult |
ResourceSpecificResult.withMatchedStatements(java.util.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(java.util.Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result
for this scenario.
|
Modifier and Type | Method and Description |
---|---|
Statement |
StatementStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |