Uses of Class
software.amazon.awssdk.services.route53profiles.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRoute53ProfilesClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that you associated with the specified resource.default ListTagsForResourceResponseRoute53ProfilesClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that you associated with the specified resource.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Route53ProfilesAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that you associated with the specified resource.default CompletableFuture<ListTagsForResourceResponse>Route53ProfilesAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that you associated with the specified resource.
-