Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedResponse
-
Packages that use BatchIsAuthorizedResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of BatchIsAuthorizedResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return BatchIsAuthorizedResponse Modifier and Type Method Description default BatchIsAuthorizedResponseVerifiedPermissionsClient. batchIsAuthorized(Consumer<BatchIsAuthorizedRequest.Builder> batchIsAuthorizedRequest)Makes a series of decisions about multiple authorization requests for one principal or resource.default BatchIsAuthorizedResponseVerifiedPermissionsClient. batchIsAuthorized(BatchIsAuthorizedRequest batchIsAuthorizedRequest)Makes a series of decisions about multiple authorization requests for one principal or resource.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type BatchIsAuthorizedResponse Modifier and Type Method Description default CompletableFuture<BatchIsAuthorizedResponse>VerifiedPermissionsAsyncClient. batchIsAuthorized(Consumer<BatchIsAuthorizedRequest.Builder> batchIsAuthorizedRequest)Makes a series of decisions about multiple authorization requests for one principal or resource.default CompletableFuture<BatchIsAuthorizedResponse>VerifiedPermissionsAsyncClient. batchIsAuthorized(BatchIsAuthorizedRequest batchIsAuthorizedRequest)Makes a series of decisions about multiple authorization requests for one principal or resource.
-