Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListObjectParentsResponse
-
Packages that use ListObjectParentsResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListObjectParentsResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListObjectParentsResponse Modifier and Type Method Description default ListObjectParentsResponseCloudDirectoryClient. listObjectParents(Consumer<ListObjectParentsRequest.Builder> listObjectParentsRequest)Lists parent objects that are associated with a given object in pagination fashion.default ListObjectParentsResponseCloudDirectoryClient. listObjectParents(ListObjectParentsRequest listObjectParentsRequest)Lists parent objects that are associated with a given object in pagination fashion.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListObjectParentsResponse Modifier and Type Method Description default CompletableFuture<ListObjectParentsResponse>CloudDirectoryAsyncClient. listObjectParents(Consumer<ListObjectParentsRequest.Builder> listObjectParentsRequest)Lists parent objects that are associated with a given object in pagination fashion.default CompletableFuture<ListObjectParentsResponse>CloudDirectoryAsyncClient. listObjectParents(ListObjectParentsRequest listObjectParentsRequest)Lists parent objects that are associated with a given object in pagination fashion. -
Uses of ListObjectParentsResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListObjectParentsResponse Modifier and Type Method Description Iterator<ListObjectParentsResponse>ListObjectParentsIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListObjectParentsResponse Modifier and Type Method Description voidListObjectParentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListObjectParentsResponse> subscriber)
-