Uses of Class
software.amazon.awssdk.services.route53.model.UpdateHostedZoneFeaturesResponse
Packages that use UpdateHostedZoneFeaturesResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of UpdateHostedZoneFeaturesResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return UpdateHostedZoneFeaturesResponseModifier and TypeMethodDescriptiondefault UpdateHostedZoneFeaturesResponseRoute53Client.updateHostedZoneFeatures(Consumer<UpdateHostedZoneFeaturesRequest.Builder> updateHostedZoneFeaturesRequest) Updates the features configuration for a hosted zone.default UpdateHostedZoneFeaturesResponseRoute53Client.updateHostedZoneFeatures(UpdateHostedZoneFeaturesRequest updateHostedZoneFeaturesRequest) Updates the features configuration for a hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type UpdateHostedZoneFeaturesResponseModifier and TypeMethodDescriptionRoute53AsyncClient.updateHostedZoneFeatures(Consumer<UpdateHostedZoneFeaturesRequest.Builder> updateHostedZoneFeaturesRequest) Updates the features configuration for a hosted zone.Route53AsyncClient.updateHostedZoneFeatures(UpdateHostedZoneFeaturesRequest updateHostedZoneFeaturesRequest) Updates the features configuration for a hosted zone.