| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler) |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
Updates the comment for a specified hosted zone.
|
Future<UpdateHostedZoneCommentResult> |
AbstractAmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.clone() |
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.withComment(String comment)
The new comment for the hosted zone.
|
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.withId(String id)
The ID for the hosted zone that you want to update the comment for.
|
Copyright © 2020. All rights reserved.