Uses of Class
software.amazon.awssdk.services.comprehend.model.RelationshipsListItem
-
Packages that use RelationshipsListItem Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of RelationshipsListItem in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type RelationshipsListItem Modifier and Type Method Description List<RelationshipsListItem>Block. relationships()A list of child blocks of the current block.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type RelationshipsListItem Modifier and Type Method Description Block.BuilderBlock.Builder. relationships(RelationshipsListItem... relationships)A list of child blocks of the current block.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type RelationshipsListItem Modifier and Type Method Description Block.BuilderBlock.Builder. relationships(Collection<RelationshipsListItem> relationships)A list of child blocks of the current block.
-