Uses of Class
com.amazonaws.services.route53.model.UpdateHostedZoneCommentResult
-
Packages that use UpdateHostedZoneCommentResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of UpdateHostedZoneCommentResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return UpdateHostedZoneCommentResult Modifier and Type Method Description UpdateHostedZoneCommentResult
AbstractAmazonRoute53. updateHostedZoneComment(UpdateHostedZoneCommentRequest request)
UpdateHostedZoneCommentResult
AmazonRoute53. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send aPOST
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.UpdateHostedZoneCommentResult
AmazonRoute53Client. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send aPOST
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.Method parameters in com.amazonaws.services.route53 with type arguments of type UpdateHostedZoneCommentResult Modifier and Type Method Description Future<UpdateHostedZoneCommentResult>
AbstractAmazonRoute53Async. updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request, AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
Future<UpdateHostedZoneCommentResult>
AmazonRoute53Async. updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest, AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
To update the hosted zone comment, send aPOST
request to the/Route 53 API version/hostedzone/hosted zone ID
resource.Future<UpdateHostedZoneCommentResult>
AmazonRoute53AsyncClient. updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request, AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
-
Uses of UpdateHostedZoneCommentResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return UpdateHostedZoneCommentResult Modifier and Type Method Description UpdateHostedZoneCommentResult
UpdateHostedZoneCommentResult. clone()
UpdateHostedZoneCommentResult
UpdateHostedZoneCommentResult. withHostedZone(HostedZone hostedZone)
-