Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListObjectParentPathsResponse
-
Packages that use ListObjectParentPathsResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListObjectParentPathsResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListObjectParentPathsResponse Modifier and Type Method Description default ListObjectParentPathsResponseCloudDirectoryClient. listObjectParentPaths(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 ListObjectParentPathsResponseCloudDirectoryClient. listObjectParentPaths(ListObjectParentPathsRequest listObjectParentPathsRequest)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 that return types with arguments of type ListObjectParentPathsResponse Modifier and Type Method Description default CompletableFuture<ListObjectParentPathsResponse>CloudDirectoryAsyncClient. listObjectParentPaths(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 CompletableFuture<ListObjectParentPathsResponse>CloudDirectoryAsyncClient. listObjectParentPaths(ListObjectParentPathsRequest listObjectParentPathsRequest)Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. -
Uses of ListObjectParentPathsResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListObjectParentPathsResponse Modifier and Type Method Description Iterator<ListObjectParentPathsResponse>ListObjectParentPathsIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListObjectParentPathsResponse Modifier and Type Method Description voidListObjectParentPathsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListObjectParentPathsResponse> subscriber)
-