| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedResult |
AbstractAmazonVerifiedPermissions.batchIsAuthorized(BatchIsAuthorizedRequest request) |
BatchIsAuthorizedResult |
AmazonVerifiedPermissionsClient.batchIsAuthorized(BatchIsAuthorizedRequest request)
Makes a series of decisions about multiple authorization requests for one principal or resource.
|
BatchIsAuthorizedResult |
AmazonVerifiedPermissions.batchIsAuthorized(BatchIsAuthorizedRequest batchIsAuthorizedRequest)
Makes a series of decisions about multiple authorization requests for one principal or resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchIsAuthorizedResult> |
AbstractAmazonVerifiedPermissionsAsync.batchIsAuthorizedAsync(BatchIsAuthorizedRequest request,
AsyncHandler<BatchIsAuthorizedRequest,BatchIsAuthorizedResult> asyncHandler) |
Future<BatchIsAuthorizedResult> |
AmazonVerifiedPermissionsAsyncClient.batchIsAuthorizedAsync(BatchIsAuthorizedRequest request,
AsyncHandler<BatchIsAuthorizedRequest,BatchIsAuthorizedResult> asyncHandler) |
Future<BatchIsAuthorizedResult> |
AmazonVerifiedPermissionsAsync.batchIsAuthorizedAsync(BatchIsAuthorizedRequest batchIsAuthorizedRequest,
AsyncHandler<BatchIsAuthorizedRequest,BatchIsAuthorizedResult> asyncHandler)
Makes a series of decisions about multiple authorization requests for one principal or resource.
|
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedResult |
BatchIsAuthorizedResult.clone() |
BatchIsAuthorizedResult |
BatchIsAuthorizedResult.withResults(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 © 2024. All rights reserved.