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