| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateHostedZoneCommentResponse |
Route53Client.updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest)
Updates the comment for a specified hosted zone.
|
default CompletableFuture<UpdateHostedZoneCommentResponse> |
Route53AsyncClient.updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest)
Updates the comment for a specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateHostedZoneCommentRequest.Builder |
UpdateHostedZoneCommentRequest.builder() |
UpdateHostedZoneCommentRequest.Builder |
UpdateHostedZoneCommentRequest.Builder.comment(String comment)
The new comment for the hosted zone.
|
UpdateHostedZoneCommentRequest.Builder |
UpdateHostedZoneCommentRequest.Builder.id(String id)
The ID for the hosted zone that you want to update the comment for.
|
UpdateHostedZoneCommentRequest.Builder |
UpdateHostedZoneCommentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHostedZoneCommentRequest.Builder |
UpdateHostedZoneCommentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHostedZoneCommentRequest.Builder |
UpdateHostedZoneCommentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateHostedZoneCommentRequest.Builder> |
UpdateHostedZoneCommentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.