Uses of Class
software.amazon.awssdk.services.iam.model.PolicyEvaluationDecisionType
-
Packages that use PolicyEvaluationDecisionType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of PolicyEvaluationDecisionType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return PolicyEvaluationDecisionType Modifier and Type Method Description PolicyEvaluationDecisionTypeEvaluationResult. evalDecision()The result of the simulation.PolicyEvaluationDecisionTypeResourceSpecificResult. evalResourceDecision()The result of the simulation of the simulated API operation on the resource specified inEvalResourceName.static PolicyEvaluationDecisionTypePolicyEvaluationDecisionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PolicyEvaluationDecisionTypePolicyEvaluationDecisionType. 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.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type PolicyEvaluationDecisionType Modifier and Type Method 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()Methods in software.amazon.awssdk.services.iam.model with parameters of type PolicyEvaluationDecisionType Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. evalDecision(PolicyEvaluationDecisionType evalDecision)The result of the simulation.ResourceSpecificResult.BuilderResourceSpecificResult.Builder. evalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)The result of the simulation of the simulated API operation on the resource specified inEvalResourceName.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type PolicyEvaluationDecisionType Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. evalDecisionDetails(Map<String,PolicyEvaluationDecisionType> evalDecisionDetails)Additional details about the results of the cross-account evaluation decision.ResourceSpecificResult.BuilderResourceSpecificResult.Builder. evalDecisionDetails(Map<String,PolicyEvaluationDecisionType> evalDecisionDetails)Additional details about the results of the evaluation decision on a single resource.
-