Uses of Class
software.amazon.awssdk.services.comprehend.model.BlockReference
-
Packages that use BlockReference Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BlockReference in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BlockReference Modifier and Type Method Description List<BlockReference>Entity. blockReferences()A reference to each block for this entity.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BlockReference Modifier and Type Method Description Entity.BuilderEntity.Builder. blockReferences(BlockReference... blockReferences)A reference to each block for this entity.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type BlockReference Modifier and Type Method Description Entity.BuilderEntity.Builder. blockReferences(Collection<BlockReference> blockReferences)A reference to each block for this entity.
-