Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
UpdateHostedZoneCommentResult |
AbstractAmazonRoute53.updateHostedZoneComment(UpdateHostedZoneCommentRequest request) |
UpdateHostedZoneCommentResult |
AmazonRoute53.updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request to
the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
UpdateHostedZoneCommentResult |
AmazonRoute53Client.updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request to
the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
Modifier and Type | Method and Description |
---|---|
Future<UpdateHostedZoneCommentResult> |
AbstractAmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler) |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler) |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
To update the hosted zone comment, send a
POST request to
the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
Modifier and Type | Method and Description |
---|---|
UpdateHostedZoneCommentResult |
UpdateHostedZoneCommentResult.clone() |
UpdateHostedZoneCommentResult |
UpdateHostedZoneCommentResult.withHostedZone(HostedZone hostedZone) |
Copyright © 2018. All rights reserved.