| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.clone() |
BatchIsAuthorizedInputItem |
BatchIsAuthorizedOutputItem.getRequest()
The authorization request that initiated the decision.
|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.withAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.withPrincipal(EntityIdentifier principal)
Specifies the principal for which the authorization decision is to be made.
|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.withResource(EntityIdentifier resource)
Specifies the resource that you want an authorization decision for.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchIsAuthorizedInputItem> |
BatchIsAuthorizedRequest.getRequests()
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedOutputItem.setRequest(BatchIsAuthorizedInputItem request)
The authorization request that initiated the decision.
|
BatchIsAuthorizedOutputItem |
BatchIsAuthorizedOutputItem.withRequest(BatchIsAuthorizedInputItem request)
The authorization request that initiated the decision.
|
BatchIsAuthorizedRequest |
BatchIsAuthorizedRequest.withRequests(BatchIsAuthorizedInputItem... requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedRequest.setRequests(Collection<BatchIsAuthorizedInputItem> requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
BatchIsAuthorizedRequest |
BatchIsAuthorizedRequest.withRequests(Collection<BatchIsAuthorizedInputItem> requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
Copyright © 2024. All rights reserved.