Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCloudDirectoryClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns tags for a resource.default ListTagsForResourceResponseCloudDirectoryClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns tags for a resource.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CloudDirectoryAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns tags for a resource.default CompletableFuture<ListTagsForResourceResponse>CloudDirectoryAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns tags for a resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.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.clouddirectory.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-