Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchListObjectParentPaths
-
Packages that use BatchListObjectParentPaths Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchListObjectParentPaths in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchListObjectParentPaths Modifier and Type Method Description BatchListObjectParentPathsBatchReadOperation. listObjectParentPaths()Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type BatchListObjectParentPaths Modifier and Type Method Description BatchReadOperation.BuilderBatchReadOperation.Builder. listObjectParentPaths(BatchListObjectParentPaths listObjectParentPaths)Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
-