Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListObjectParentPathsRequest
-
Packages that use ListObjectParentPathsRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of ListObjectParentPathsRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type ListObjectParentPathsRequest Modifier and Type Method Description 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.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.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.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. -
Uses of ListObjectParentPathsRequest in software.amazon.awssdk.services.clouddirectory.paginators
Constructors in software.amazon.awssdk.services.clouddirectory.paginators with parameters of type ListObjectParentPathsRequest Constructor Description ListObjectParentPathsIterable(CloudDirectoryClient client, ListObjectParentPathsRequest firstRequest)ListObjectParentPathsPublisher(CloudDirectoryAsyncClient client, ListObjectParentPathsRequest firstRequest) -
Uses of ListObjectParentPathsRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type ListObjectParentPathsRequest Modifier and Type Method Description SdkHttpFullRequestListObjectParentPathsRequestMarshaller. marshall(ListObjectParentPathsRequest listObjectParentPathsRequest)
-