Uses of Class
software.amazon.awssdk.services.clouddirectory.paginators.ListObjectParentPathsIterable
-
Packages that use ListObjectParentPathsIterable Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of ListObjectParentPathsIterable in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListObjectParentPathsIterable Modifier and Type Method Description default ListObjectParentPathsIterableCloudDirectoryClient. listObjectParentPathsPaginator(Consumer<ListObjectParentPathsRequest.Builder> listObjectParentPathsRequest)Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.default ListObjectParentPathsIterableCloudDirectoryClient. listObjectParentPathsPaginator(ListObjectParentPathsRequest listObjectParentPathsRequest)Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects.
-