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