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 UpdateHostedZoneCommentResultAbstractAmazonRoute53. updateHostedZoneComment(UpdateHostedZoneCommentRequest request)UpdateHostedZoneCommentResultAmazonRoute53. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)To update the hosted zone comment, send aPOSTrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.UpdateHostedZoneCommentResultAmazonRoute53Client. updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)To update the hosted zone comment, send aPOSTrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.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 aPOSTrequest to the/Route 53 API version/hostedzone/hosted zone IDresource.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 UpdateHostedZoneCommentResultUpdateHostedZoneCommentResult. clone()UpdateHostedZoneCommentResultUpdateHostedZoneCommentResult. withHostedZone(HostedZone hostedZone)
-