static EvaluationResult.Builder |
EvaluationResult.builder() |
|
EvaluationResult.Builder |
EvaluationResult.Builder.evalActionName(String evalActionName) |
The name of the API operation tested on the indicated resource.
|
EvaluationResult.Builder |
EvaluationResult.Builder.evalDecision(String evalDecision) |
The result of the simulation.
|
EvaluationResult.Builder |
EvaluationResult.Builder.evalDecision(PolicyEvaluationDecisionType evalDecision) |
The result of the simulation.
|
EvaluationResult.Builder |
EvaluationResult.Builder.evalDecisionDetails(Map<String,PolicyEvaluationDecisionType> evalDecisionDetails) |
Additional details about the results of the cross-account evaluation decision.
|
EvaluationResult.Builder |
EvaluationResult.Builder.evalDecisionDetailsWithStrings(Map<String,String> evalDecisionDetails) |
Additional details about the results of the cross-account evaluation decision.
|
EvaluationResult.Builder |
EvaluationResult.Builder.evalResourceName(String evalResourceName) |
The ARN of the resource that the indicated API operation was tested on.
|
EvaluationResult.Builder |
EvaluationResult.Builder.matchedStatements(Collection<Statement> matchedStatements) |
A list of the statements in the input policies that determine the result for this scenario.
|
EvaluationResult.Builder |
EvaluationResult.Builder.matchedStatements(Consumer<Statement.Builder>... matchedStatements) |
A list of the statements in the input policies that determine the result for this scenario.
|
EvaluationResult.Builder |
EvaluationResult.Builder.matchedStatements(Statement... matchedStatements) |
A list of the statements in the input policies that determine the result for this scenario.
|
EvaluationResult.Builder |
EvaluationResult.Builder.missingContextValues(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.
|
EvaluationResult.Builder |
EvaluationResult.Builder.missingContextValues(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.
|
default EvaluationResult.Builder |
EvaluationResult.Builder.organizationsDecisionDetail(Consumer<OrganizationsDecisionDetail.Builder> organizationsDecisionDetail) |
A structure that details how Organizations and its service control policies affect the results of the
simulation.
|
EvaluationResult.Builder |
EvaluationResult.Builder.organizationsDecisionDetail(OrganizationsDecisionDetail organizationsDecisionDetail) |
A structure that details how Organizations and its service control policies affect the results of the
simulation.
|
default EvaluationResult.Builder |
EvaluationResult.Builder.permissionsBoundaryDecisionDetail(Consumer<PermissionsBoundaryDecisionDetail.Builder> permissionsBoundaryDecisionDetail) |
Contains information about the effect that a permissions boundary has on a policy simulation when the
boundary is applied to an IAM entity.
|
EvaluationResult.Builder |
EvaluationResult.Builder.permissionsBoundaryDecisionDetail(PermissionsBoundaryDecisionDetail permissionsBoundaryDecisionDetail) |
Contains information about the effect that a permissions boundary has on a policy simulation when the
boundary is applied to an IAM entity.
|
EvaluationResult.Builder |
EvaluationResult.Builder.resourceSpecificResults(Collection<ResourceSpecificResult> resourceSpecificResults) |
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
EvaluationResult.Builder |
EvaluationResult.Builder.resourceSpecificResults(Consumer<ResourceSpecificResult.Builder>... resourceSpecificResults) |
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
EvaluationResult.Builder |
EvaluationResult.Builder.resourceSpecificResults(ResourceSpecificResult... resourceSpecificResults) |
The individual results of the simulation of the API operation specified in EvalActionName on each resource.
|
EvaluationResult.Builder |
EvaluationResult.toBuilder() |
|