| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
EvaluationResult.matchedStatements()
A list of the statements in the input policies that determine the result for this scenario.
|
List<Statement> |
ResourceSpecificResult.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 |
|---|---|
EvaluationResult.Builder |
EvaluationResult.Builder.matchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result for this scenario.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.matchedStatements(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 |
|---|---|
EvaluationResult.Builder |
EvaluationResult.Builder.matchedStatements(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result for this scenario.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.matchedStatements(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result for this part of the simulation.
|
Copyright © 2023. All rights reserved.