Uses of Class
software.amazon.awssdk.services.route53.model.UpdateHostedZoneCommentResponse
Packages that use UpdateHostedZoneCommentResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of UpdateHostedZoneCommentResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return UpdateHostedZoneCommentResponseModifier and TypeMethodDescriptiondefault UpdateHostedZoneCommentResponseRoute53Client.updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest) Updates the comment for a specified hosted zone.default UpdateHostedZoneCommentResponseRoute53Client.updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest) Updates the comment for a specified hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type UpdateHostedZoneCommentResponseModifier and TypeMethodDescriptionRoute53AsyncClient.updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest) Updates the comment for a specified hosted zone.Route53AsyncClient.updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest) Updates the comment for a specified hosted zone.