Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Method and Description |
---|---|
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. |
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 |
AbstractAmazonRoute53.updateHostedZoneComment(UpdateHostedZoneCommentRequest request) |
java.util.concurrent.Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request) |
java.util.concurrent.Future<UpdateHostedZoneCommentResult> |
AmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest)
To update the hosted zone comment, send a
POST request to
the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
java.util.concurrent.Future<UpdateHostedZoneCommentResult> |
AbstractAmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request) |
java.util.concurrent.Future<UpdateHostedZoneCommentResult> |
AmazonRoute53AsyncClient.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<UpdateHostedZoneCommentResult> |
AbstractAmazonRoute53Async.updateHostedZoneCommentAsync(UpdateHostedZoneCommentRequest request,
AsyncHandler<UpdateHostedZoneCommentRequest,UpdateHostedZoneCommentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.clone() |
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.withComment(java.lang.String comment)
A comment about your hosted zone.
|
UpdateHostedZoneCommentRequest |
UpdateHostedZoneCommentRequest.withId(java.lang.String id)
The ID of the hosted zone you want to update.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateHostedZoneCommentRequest> |
UpdateHostedZoneCommentRequestMarshaller.marshall(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateHostedZoneCommentRequest> |
UpdateHostedZoneCommentRequestMarshaller.marshall(UpdateHostedZoneCommentRequest updateHostedZoneCommentRequest) |