| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListObjectParentPathsResponse |
CloudDirectoryClient.listObjectParentPaths(Consumer<ListObjectParentPathsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectParentPathsResponse> |
CloudDirectoryAsyncClient.listObjectParentPaths(Consumer<ListObjectParentPathsRequest.Builder> listObjectParentPathsRequest)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListObjectParentPathsResponse> |
ListObjectParentPathsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectParentPathsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListObjectParentPathsResponse> subscriber) |
Copyright © 2022. All rights reserved.