| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceSpecificResult.Builder |
ResourceSpecificResult.builder() |
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalDecisionDetails(Map<String,PolicyEvaluationDecisionType> evalDecisionDetails)
Additional details about the results of the evaluation decision on a single resource.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalDecisionDetailsWithStrings(Map<String,String> evalDecisionDetails)
Additional details about the results of the evaluation decision on a single resource.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalResourceDecision(PolicyEvaluationDecisionType evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalResourceDecision(String evalResourceDecision)
The result of the simulation of the simulated API operation on the resource specified in
EvalResourceName. |
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.evalResourceName(String evalResourceName)
The name of the simulated resource, in Amazon Resource Name (ARN) format.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.matchedStatements(Collection<Statement> matchedStatements)
A list of the statements in the input policies that determine the result for this part of the simulation.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.matchedStatements(Consumer<Statement.Builder>... matchedStatements)
A list of the statements in the input policies that determine the result for this part of the simulation.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.matchedStatements(Statement... matchedStatements)
A list of the statements in the input policies that determine the result for this part of the simulation.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.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.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.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.
|
default ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.permissionsBoundaryDecisionDetail(Consumer<PermissionsBoundaryDecisionDetail.Builder> permissionsBoundaryDecisionDetail)
Contains information about the effect that a permissions boundary has on a policy simulation when that
boundary is applied to an IAM entity.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.Builder.permissionsBoundaryDecisionDetail(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.
|
ResourceSpecificResult.Builder |
ResourceSpecificResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceSpecificResult.Builder> |
ResourceSpecificResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.