| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationResult> |
SimulatePrincipalPolicyResponse.evaluationResults()
The results of the simulation.
|
List<EvaluationResult> |
SimulateCustomPolicyResponse.evaluationResults()
The results of the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
SimulatePrincipalPolicyResponse.Builder |
SimulatePrincipalPolicyResponse.Builder.evaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResponse.Builder |
SimulateCustomPolicyResponse.Builder.evaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
SimulatePrincipalPolicyResponse.Builder |
SimulatePrincipalPolicyResponse.Builder.evaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResponse.Builder |
SimulateCustomPolicyResponse.Builder.evaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EvaluationResult> |
SimulateCustomPolicyIterable.evaluationResults()
Returns an iterable to iterate through the paginated
SimulateCustomPolicyResponse.evaluationResults()
member. |
SdkPublisher<EvaluationResult> |
SimulateCustomPolicyPublisher.evaluationResults()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<EvaluationResult> |
SimulatePrincipalPolicyPublisher.evaluationResults()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EvaluationResult> |
SimulatePrincipalPolicyIterable.evaluationResults()
Returns an iterable to iterate through the paginated
SimulatePrincipalPolicyResponse.evaluationResults()
member. |
Copyright © 2022. All rights reserved.