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