Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedOutputItem
-
Packages that use BatchIsAuthorizedOutputItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of BatchIsAuthorizedOutputItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type BatchIsAuthorizedOutputItem Modifier and Type Method Description List<BatchIsAuthorizedOutputItem>BatchIsAuthorizedResponse. results()A series ofAlloworDenydecisions for each request, and the policies that produced them.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type BatchIsAuthorizedOutputItem Modifier and Type Method Description BatchIsAuthorizedResponse.BuilderBatchIsAuthorizedResponse.Builder. results(BatchIsAuthorizedOutputItem... results)A series ofAlloworDenydecisions for each request, and the policies that produced them.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type BatchIsAuthorizedOutputItem Modifier and Type Method Description BatchIsAuthorizedResponse.BuilderBatchIsAuthorizedResponse.Builder. results(Collection<BatchIsAuthorizedOutputItem> results)A series ofAlloworDenydecisions for each request, and the policies that produced them.
-