| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators | |
| software.amazon.awssdk.services.clouddirectory.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectParentPathsResponse> |
CloudDirectoryAsyncClient.listObjectParentPaths(ListObjectParentPathsRequest listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentPathsResponse |
CloudDirectoryClient.listObjectParentPaths(ListObjectParentPathsRequest listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentPathsPublisher |
CloudDirectoryAsyncClient.listObjectParentPathsPaginator(ListObjectParentPathsRequest listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default ListObjectParentPathsIterable |
CloudDirectoryClient.listObjectParentPathsPaginator(ListObjectParentPathsRequest listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
| Constructor and Description |
|---|
ListObjectParentPathsIterable(CloudDirectoryClient client,
ListObjectParentPathsRequest firstRequest) |
ListObjectParentPathsPublisher(CloudDirectoryAsyncClient client,
ListObjectParentPathsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListObjectParentPathsRequestMarshaller.marshall(ListObjectParentPathsRequest listObjectParentPathsRequest) |
Copyright © 2022. All rights reserved.