Uses of Class
software.amazon.awssdk.services.route53.model.HostedZone
Packages that use HostedZone
Package
Description
-
Uses of HostedZone in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneModifier and TypeMethodDescriptionfinal HostedZoneCreateHostedZoneResponse.hostedZone()A complex type that contains general information about the hosted zone.final HostedZoneGetHostedZoneResponse.hostedZone()A complex type that contains general information about the specified hosted zone.final HostedZoneUpdateHostedZoneCommentResponse.hostedZone()A complex type that contains the response to theUpdateHostedZoneCommentrequest.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneModifier and TypeMethodDescriptionfinal List<HostedZone>ListHostedZonesByNameResponse.hostedZones()A complex type that contains general information about the hosted zone.final List<HostedZone>ListHostedZonesResponse.hostedZones()A complex type that contains general information about the hosted zone.Methods in software.amazon.awssdk.services.route53.model with parameters of type HostedZoneModifier and TypeMethodDescriptionCreateHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone) A complex type that contains general information about the hosted zone.GetHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone) A complex type that contains general information about the specified hosted zone.UpdateHostedZoneCommentResponse.Builder.hostedZone(HostedZone hostedZone) A complex type that contains the response to theUpdateHostedZoneCommentrequest.ListHostedZonesByNameResponse.Builder.hostedZones(HostedZone... hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder.hostedZones(HostedZone... hostedZones) A complex type that contains general information about the hosted zone.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZoneModifier and TypeMethodDescriptionListHostedZonesByNameResponse.Builder.hostedZones(Collection<HostedZone> hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder.hostedZones(Collection<HostedZone> hostedZones) A complex type that contains general information about the hosted zone. -
Uses of HostedZone in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type HostedZoneModifier and TypeMethodDescriptionfinal SdkIterable<HostedZone>ListHostedZonesIterable.hostedZones()Returns an iterable to iterate through the paginatedListHostedZonesResponse.hostedZones()member.final SdkPublisher<HostedZone>ListHostedZonesPublisher.hostedZones()Returns a publisher that can be used to get a stream of data.