Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
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 |
---|---|
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.clone() |
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.withComment(String comment)
A comment about your hosted zone.
|
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.withId(String id)
The ID of the hosted zone you want to update.
|
Copyright © 2018. All rights reserved.