Uses of Class
software.amazon.awssdk.services.config.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseConfigClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the tags for Config resource.default ListTagsForResourceResponseConfigClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for Config resource.Methods in software.amazon.awssdk.services.config that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ConfigAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the tags for Config resource.default CompletableFuture<ListTagsForResourceResponse>ConfigAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for Config resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.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.config.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-