Uses of Class
software.amazon.awssdk.services.directory.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseDirectoryClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags on a directory.default ListTagsForResourceResponseDirectoryClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags on a directory.Methods in software.amazon.awssdk.services.directory that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>DirectoryAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags on a directory.default CompletableFuture<ListTagsForResourceResponse>DirectoryAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags on a directory. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description Iterator<ListTagsForResourceResponse>ListTagsForResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-