| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.clone() |
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withDecision(Decision decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withDecision(String decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withDeterminingPolicies(Collection<DeterminingPolicyItem> determiningPolicies)
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withDeterminingPolicies(DeterminingPolicyItem... determiningPolicies)
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withErrors(Collection<EvaluationErrorItem> errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withErrors(EvaluationErrorItem... errors)
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withRequest(BatchIsAuthorizedInputItem request)
The authorization request that initiated the decision.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchIsAuthorizedOutputItem> |
BatchIsAuthorizedResult.getResults()
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedResult |
BatchIsAuthorizedResult.withResults(BatchIsAuthorizedOutputItem... results)
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedResult.setResults(Collection<BatchIsAuthorizedOutputItem> results)
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
BatchIsAuthorizedResult |
BatchIsAuthorizedResult.withResults(Collection<BatchIsAuthorizedOutputItem> results)
A series of
Allow or Deny decisions for each request, and the policies that produced
them. |
Copyright © 2025. All rights reserved.