| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifierAndLinkNameTuple |
ObjectIdentifierAndLinkNameTuple.clone() |
ObjectIdentifierAndLinkNameTuple |
ObjectIdentifierAndLinkNameTuple.withLinkName(String linkName)
The name of the link between the parent and the child object.
|
ObjectIdentifierAndLinkNameTuple |
ObjectIdentifierAndLinkNameTuple.withObjectIdentifier(String objectIdentifier)
The ID that is associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectIdentifierAndLinkNameTuple> |
BatchListObjectParentsResponse.getParentLinks()
Returns a list of parent reference and LinkName Tuples.
|
List<ObjectIdentifierAndLinkNameTuple> |
ListObjectParentsResult.getParentLinks()
Returns a list of parent reference and LinkName Tuples.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentsResponse |
BatchListObjectParentsResponse.withParentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
ListObjectParentsResult |
ListObjectParentsResult.withParentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchListObjectParentsResponse.setParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
void |
ListObjectParentsResult.setParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
BatchListObjectParentsResponse |
BatchListObjectParentsResponse.withParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
ListObjectParentsResult |
ListObjectParentsResult.withParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
Copyright © 2021. All rights reserved.