| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectParentPaths.Builder |
BatchListObjectParentPaths.builder() |
BatchListObjectParentPaths.Builder |
BatchListObjectParentPaths.Builder.maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListObjectParentPaths.Builder |
BatchListObjectParentPaths.Builder.nextToken(String nextToken)
The pagination token.
|
default BatchListObjectParentPaths.Builder |
BatchListObjectParentPaths.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be listed.
|
BatchListObjectParentPaths.Builder |
BatchListObjectParentPaths.Builder.objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
BatchListObjectParentPaths.Builder |
BatchListObjectParentPaths.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListObjectParentPaths.Builder> |
BatchListObjectParentPaths.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectParentPaths(Consumer<BatchListObjectParentPaths.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.