Uses of Class
software.amazon.awssdk.services.route53resolver.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.route53resolver When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRoute53ResolverClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that you associated with the specified resource.default ListTagsForResourceResponseRoute53ResolverClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that you associated with the specified resource.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Route53ResolverAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that you associated with the specified resource.default CompletableFuture<ListTagsForResourceResponse>Route53ResolverAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that you associated with the specified resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.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.route53resolver.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-