| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentsResult |
AmazonCloudDirectoryClient.listObjectParents(ListObjectParentsRequest request)
Lists parent objects that are associated with a given object in pagination fashion.
|
ListObjectParentsResult |
AbstractAmazonCloudDirectory.listObjectParents(ListObjectParentsRequest request) |
ListObjectParentsResult |
AmazonCloudDirectory.listObjectParents(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListObjectParentsResult> |
AmazonCloudDirectoryAsyncClient.listObjectParentsAsync(ListObjectParentsRequest request,
AsyncHandler<ListObjectParentsRequest,ListObjectParentsResult> asyncHandler) |
Future<ListObjectParentsResult> |
AmazonCloudDirectoryAsync.listObjectParentsAsync(ListObjectParentsRequest listObjectParentsRequest,
AsyncHandler<ListObjectParentsRequest,ListObjectParentsResult> asyncHandler)
Lists parent objects that are associated with a given object in pagination fashion.
|
Future<ListObjectParentsResult> |
AbstractAmazonCloudDirectoryAsync.listObjectParentsAsync(ListObjectParentsRequest request,
AsyncHandler<ListObjectParentsRequest,ListObjectParentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentsResult |
ListObjectParentsResult.addParentsEntry(String key,
String value)
Add a single Parents entry
|
ListObjectParentsResult |
ListObjectParentsResult.clearParentsEntries()
Removes all the entries added into Parents.
|
ListObjectParentsResult |
ListObjectParentsResult.clone() |
ListObjectParentsResult |
ListObjectParentsResult.withNextToken(String nextToken)
The pagination token.
|
ListObjectParentsResult |
ListObjectParentsResult.withParentLinks(Collection<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.
|
ListObjectParentsResult |
ListObjectParentsResult.withParents(Map<String,String> parents)
The parent structure, which is a map with key as the
ObjectIdentifier and LinkName as the value. |
Copyright © 2022. All rights reserved.