Uses of Interface
software.amazon.awscdk.services.route53.CfnHostedZone.HostedZoneTagProperty
Packages that use CfnHostedZone.HostedZoneTagProperty
-
Uses of CfnHostedZone.HostedZoneTagProperty in software.amazon.awscdk.services.route53
Classes in software.amazon.awscdk.services.route53 that implement CfnHostedZone.HostedZoneTagPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnHostedZone.HostedZoneTagPropertyMethods in software.amazon.awscdk.services.route53 that return CfnHostedZone.HostedZoneTagPropertyModifier and TypeMethodDescriptionCfnHostedZone.HostedZoneTagProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.route53 that return types with arguments of type CfnHostedZone.HostedZoneTagPropertyModifier and TypeMethodDescriptiondefault List<CfnHostedZone.HostedZoneTagProperty>CfnHostedZoneProps.getHostedZoneTags()Adds, edits, or deletes tags for a health check or a hosted zone.CfnHostedZoneProps.Jsii$Proxy.getHostedZoneTags()CfnHostedZone.getHostedZoneTagsRaw()Adds, edits, or deletes tags for a health check or a hosted zone.Method parameters in software.amazon.awscdk.services.route53 with type arguments of type CfnHostedZone.HostedZoneTagPropertyModifier and TypeMethodDescriptionCfnHostedZone.Builder.hostedZoneTags(List<? extends CfnHostedZone.HostedZoneTagProperty> hostedZoneTags) Adds, edits, or deletes tags for a health check or a hosted zone.CfnHostedZoneProps.Builder.hostedZoneTags(List<? extends CfnHostedZone.HostedZoneTagProperty> hostedZoneTags) Sets the value ofCfnHostedZoneProps.getHostedZoneTags()voidCfnHostedZone.setHostedZoneTagsRaw(List<CfnHostedZone.HostedZoneTagProperty> value) Adds, edits, or deletes tags for a health check or a hosted zone.