Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedWithTokenOutputItem
-
Packages that use BatchIsAuthorizedWithTokenOutputItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of BatchIsAuthorizedWithTokenOutputItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type BatchIsAuthorizedWithTokenOutputItem Modifier and Type Method Description List<BatchIsAuthorizedWithTokenOutputItem>BatchIsAuthorizedWithTokenResponse. 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 BatchIsAuthorizedWithTokenOutputItem Modifier and Type Method Description BatchIsAuthorizedWithTokenResponse.BuilderBatchIsAuthorizedWithTokenResponse.Builder. results(BatchIsAuthorizedWithTokenOutputItem... 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 BatchIsAuthorizedWithTokenOutputItem Modifier and Type Method Description BatchIsAuthorizedWithTokenResponse.BuilderBatchIsAuthorizedWithTokenResponse.Builder. results(Collection<BatchIsAuthorizedWithTokenOutputItem> results)A series ofAlloworDenydecisions for each request, and the policies that produced them.
-