Uses of Class
software.amazon.awssdk.services.route53.model.UpdateHostedZoneCommentRequest
-
Packages that use UpdateHostedZoneCommentRequest Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.transform -
-
Uses of UpdateHostedZoneCommentRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type UpdateHostedZoneCommentRequest Modifier and Type Method Description default CompletableFuture<UpdateHostedZoneCommentResponse>Route53AsyncClient. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)Updates the comment for a specified hosted zone.default UpdateHostedZoneCommentResponseRoute53Client. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)Updates the comment for a specified hosted zone. -
Uses of UpdateHostedZoneCommentRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type UpdateHostedZoneCommentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateHostedZoneCommentRequestMarshaller. marshall(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
-