Uses of Interface
software.amazon.awssdk.services.route53.model.UpdateHostedZoneCommentRequest.Builder
-
Packages that use UpdateHostedZoneCommentRequest.Builder 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 -
-
Uses of UpdateHostedZoneCommentRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type UpdateHostedZoneCommentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateHostedZoneCommentResponse>Route53AsyncClient. updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest)Updates the comment for a specified hosted zone.default UpdateHostedZoneCommentResponseRoute53Client. updateHostedZoneComment(Consumer<UpdateHostedZoneCommentRequest.Builder> updateHostedZoneCommentRequest)Updates the comment for a specified hosted zone. -
Uses of UpdateHostedZoneCommentRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return UpdateHostedZoneCommentRequest.Builder Modifier and Type Method Description static UpdateHostedZoneCommentRequest.BuilderUpdateHostedZoneCommentRequest. builder()UpdateHostedZoneCommentRequest.BuilderUpdateHostedZoneCommentRequest.Builder. comment(String comment)The new comment for the hosted zone.UpdateHostedZoneCommentRequest.BuilderUpdateHostedZoneCommentRequest.Builder. id(String id)The ID for the hosted zone that you want to update the comment for.UpdateHostedZoneCommentRequest.BuilderUpdateHostedZoneCommentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHostedZoneCommentRequest.BuilderUpdateHostedZoneCommentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHostedZoneCommentRequest.BuilderUpdateHostedZoneCommentRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type UpdateHostedZoneCommentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateHostedZoneCommentRequest.Builder>UpdateHostedZoneCommentRequest. serializableBuilderClass()
-