| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.builder() |
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.Builder.nextToken(String nextToken)
The pagination token.
|
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.Builder.pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse.Builder |
BatchListObjectParentPathsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListObjectParentPathsResponse.Builder> |
BatchListObjectParentPathsResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.listObjectParentPaths(Consumer<BatchListObjectParentPathsResponse.Builder> listObjectParentPaths)
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
Copyright © 2022. All rights reserved.