| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyEvaluationDecisionType |
EvaluationResult.evalDecision()
The result of the simulation.
|
PolicyEvaluationDecisionType |
ResourceSpecificResult.evalResourceDecision()
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
static PolicyEvaluationDecisionType |
PolicyEvaluationDecisionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
Map<String,PolicyEvaluationDecisionType> |
EvaluationResult.evalDecisionDetails()
Additional details about the results of the cross-account evaluation decision.
|
Map<String,PolicyEvaluationDecisionType> |
ResourceSpecificResult.evalDecisionDetails()
Additional details about the results of the evaluation decision on a single resource.
|
static Set<PolicyEvaluationDecisionType> |
PolicyEvaluationDecisionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.Builder |
EvaluationResult.Builder.evalDecision(PolicyEvaluationDecisionType evalDecision)
The result of the simulation.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.Builder |
EvaluationResult.Builder.evalDecisionDetails(Map<String,PolicyEvaluationDecisionType> evalDecisionDetails)
Additional details about the results of the cross-account evaluation decision.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalDecisionDetails(Map<String,PolicyEvaluationDecisionType> evalDecisionDetails)
Additional details about the results of the evaluation decision on a single resource.
|
Copyright © 2023. All rights reserved.