Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedWithTokenInputItem
-
Packages that use BatchIsAuthorizedWithTokenInputItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of BatchIsAuthorizedWithTokenInputItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return BatchIsAuthorizedWithTokenInputItem Modifier and Type Method Description BatchIsAuthorizedWithTokenInputItemBatchIsAuthorizedWithTokenOutputItem. request()The authorization request that initiated the decision.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type BatchIsAuthorizedWithTokenInputItem Modifier and Type Method Description List<BatchIsAuthorizedWithTokenInputItem>BatchIsAuthorizedWithTokenRequest. 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 BatchIsAuthorizedWithTokenInputItem Modifier and Type Method Description BatchIsAuthorizedWithTokenOutputItem.BuilderBatchIsAuthorizedWithTokenOutputItem.Builder. request(BatchIsAuthorizedWithTokenInputItem request)The authorization request that initiated the decision.BatchIsAuthorizedWithTokenRequest.BuilderBatchIsAuthorizedWithTokenRequest.Builder. requests(BatchIsAuthorizedWithTokenInputItem... 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 BatchIsAuthorizedWithTokenInputItem Modifier and Type Method Description BatchIsAuthorizedWithTokenRequest.BuilderBatchIsAuthorizedWithTokenRequest.Builder. requests(Collection<BatchIsAuthorizedWithTokenInputItem> requests)An array of up to 30 requests that you want Verified Permissions to evaluate.
-