Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedInputItem
-
Packages that use BatchIsAuthorizedInputItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of BatchIsAuthorizedInputItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return BatchIsAuthorizedInputItem Modifier and Type Method Description BatchIsAuthorizedInputItemBatchIsAuthorizedOutputItem. request()The authorization request that initiated the decision.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type BatchIsAuthorizedInputItem Modifier and Type Method Description List<BatchIsAuthorizedInputItem>BatchIsAuthorizedRequest. requests()An array of up to 30 requests that you want Verified Permissions to evaluate.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type BatchIsAuthorizedInputItem Modifier and Type Method Description BatchIsAuthorizedOutputItem.BuilderBatchIsAuthorizedOutputItem.Builder. request(BatchIsAuthorizedInputItem request)The authorization request that initiated the decision.BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. requests(BatchIsAuthorizedInputItem... requests)An array of up to 30 requests that you want Verified Permissions to evaluate.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type BatchIsAuthorizedInputItem Modifier and Type Method Description BatchIsAuthorizedRequest.BuilderBatchIsAuthorizedRequest.Builder. requests(Collection<BatchIsAuthorizedInputItem> requests)An array of up to 30 requests that you want Verified Permissions to evaluate.
-