| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
RelationshipsListItem |
RelationshipsListItem.clone() |
RelationshipsListItem |
RelationshipsListItem.withIds(Collection<String> ids)
Identifers of the child blocks.
|
RelationshipsListItem |
RelationshipsListItem.withIds(String... ids)
Identifers of the child blocks.
|
RelationshipsListItem |
RelationshipsListItem.withType(RelationshipType type)
Only supported relationship is a child relationship.
|
RelationshipsListItem |
RelationshipsListItem.withType(String type)
Only supported relationship is a child relationship.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelationshipsListItem> |
Block.getRelationships()
A list of child blocks of the current block.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.withRelationships(RelationshipsListItem... relationships)
A list of child blocks of the current block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setRelationships(Collection<RelationshipsListItem> relationships)
A list of child blocks of the current block.
|
Block |
Block.withRelationships(Collection<RelationshipsListItem> relationships)
A list of child blocks of the current block.
|
Copyright © 2024. All rights reserved.