Uses of Class
software.amazon.awssdk.services.route53.model.ChangeTagsForResourceResponse
Packages that use ChangeTagsForResourceResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ChangeTagsForResourceResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ChangeTagsForResourceResponseModifier and TypeMethodDescriptiondefault ChangeTagsForResourceResponseRoute53Client.changeTagsForResource(Consumer<ChangeTagsForResourceRequest.Builder> changeTagsForResourceRequest) Adds, edits, or deletes tags for a health check or a hosted zone.default ChangeTagsForResourceResponseRoute53Client.changeTagsForResource(ChangeTagsForResourceRequest changeTagsForResourceRequest) Adds, edits, or deletes tags for a health check or a hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ChangeTagsForResourceResponseModifier and TypeMethodDescriptionRoute53AsyncClient.changeTagsForResource(Consumer<ChangeTagsForResourceRequest.Builder> changeTagsForResourceRequest) Adds, edits, or deletes tags for a health check or a hosted zone.Route53AsyncClient.changeTagsForResource(ChangeTagsForResourceRequest changeTagsForResourceRequest) Adds, edits, or deletes tags for a health check or a hosted zone.