Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchListObjectParentPathsResponse.Builder
-
Packages that use BatchListObjectParentPathsResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListObjectParentPathsResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListObjectParentPathsResponse.Builder Modifier and Type Method Description static BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse. builder()BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse.Builder. nextToken(String nextToken)The pagination token.BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse.Builder. pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.BatchListObjectParentPathsResponse.BuilderBatchListObjectParentPathsResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchListObjectParentPathsResponse.Builder Modifier and Type Method Description static Class<? extends BatchListObjectParentPathsResponse.Builder>BatchListObjectParentPathsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchListObjectParentPathsResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.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.
-