Uses of Class
software.amazon.awssdk.services.route53.model.UpdateHostedZoneCommentResponse
-
Packages that use UpdateHostedZoneCommentResponse Package Description software.amazon.awssdk.services.route53 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 UpdateHostedZoneCommentResponse Modifier and Type Method Description default 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 UpdateHostedZoneCommentResponse Modifier and Type Method Description default CompletableFuture<UpdateHostedZoneCommentResponse>Route53AsyncClient. updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest)Updates the comment for a specified hosted zone.default CompletableFuture<UpdateHostedZoneCommentResponse>Route53AsyncClient. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)Updates the comment for a specified hosted zone.
-