Uses of Class
software.amazon.awssdk.services.comprehend.model.ChildBlock
-
Packages that use ChildBlock Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ChildBlock in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ChildBlock Modifier and Type Method Description List<ChildBlock>BlockReference. childBlocks()List of child blocks within this block.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ChildBlock Modifier and Type Method Description BlockReference.BuilderBlockReference.Builder. childBlocks(ChildBlock... childBlocks)List of child blocks within this block.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type ChildBlock Modifier and Type Method Description BlockReference.BuilderBlockReference.Builder. childBlocks(Collection<ChildBlock> childBlocks)List of child blocks within this block.
-