| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpecificResult |
ResourceSpecificResult.addEvalDecisionDetailsEntry(String key,
String value)
Add a single EvalDecisionDetails entry
|
ResourceSpecificResult |
ResourceSpecificResult.clearEvalDecisionDetailsEntries()
Removes all the entries added into EvalDecisionDetails.
|
ResourceSpecificResult |
ResourceSpecificResult.clone() |
ResourceSpecificResult |
ResourceSpecificResult.withEvalDecisionDetails(Map<String,String> evalDecisionDetails)
Additional details about the results of the evaluation decision on a single resource.
|
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceDecision(String evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceName(String evalResourceName)
The name of the simulated resource, in Amazon Resource Name (ARN) format.
|
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.
|
ResourceSpecificResult |
ResourceSpecificResult.withMatchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result for this part of the simulation.
|
ResourceSpecificResult |
ResourceSpecificResult.withMissingContextValues(Collection<String> missingContextValues)
A list of context keys that are required by the included input policies but that were not provided by one of the
input parameters.
|
ResourceSpecificResult |
ResourceSpecificResult.withMissingContextValues(String... missingContextValues)
A list of context keys that are required by the included input policies but that were not provided by one of the
input parameters.
|
ResourceSpecificResult |
ResourceSpecificResult.withPermissionsBoundaryDecisionDetail(PermissionsBoundaryDecisionDetail permissionsBoundaryDecisionDetail)
Contains information about the effect that a permissions boundary has on a policy simulation when that boundary
is applied to an IAM entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSpecificResult> |
EvaluationResult.getResourceSpecificResults()
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
EvaluationResult.withResourceSpecificResults(ResourceSpecificResult... resourceSpecificResults)
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationResult.setResourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults)
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
EvaluationResult |
EvaluationResult.withResourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults)
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
Copyright © 2024. All rights reserved.