| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicyEvaluationDecisionType |
PolicyEvaluationDecisionType.fromValue(String value)
Use this in place of valueOf.
|
static PolicyEvaluationDecisionType |
PolicyEvaluationDecisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyEvaluationDecisionType[] |
PolicyEvaluationDecisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationResult.setEvalDecision(PolicyEvaluationDecisionType evalDecision)
The result of the simulation.
|
void |
ResourceSpecificResult.setEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
EvaluationResult |
EvaluationResult.withEvalDecision(PolicyEvaluationDecisionType evalDecision)
The result of the simulation.
|
ResourceSpecificResult |
ResourceSpecificResult.withEvalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
Copyright © 2025. All rights reserved.