| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateHostedZoneCommentResult |
AmazonRoute53Client.updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
UpdateHostedZoneCommentResult |
AmazonRoute53.updateHostedZoneComment(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
Future<UpdateHostedZoneCommentResult> |
AmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler)
To update the hosted zone comment, send a
POST request
to the 2013-04-01/hostedzone/hosted zone ID resource. |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All rights reserved.