| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectIdentifierAndLinkNameTuple> |
ListObjectParentsResponse.parentLinks()
Returns a list of parent reference and LinkName Tuples.
|
List<ObjectIdentifierAndLinkNameTuple> |
BatchListObjectParentsResponse.parentLinks()
Returns a list of parent reference and LinkName Tuples.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentsResponse.Builder |
ListObjectParentsResponse.Builder.parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.Builder.parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentsResponse.Builder |
ListObjectParentsResponse.Builder.parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.Builder.parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Returns a list of parent reference and LinkName Tuples.
|
Copyright © 2022. All rights reserved.