Uses of Class
software.amazon.awssdk.services.route53.model.HostedZone
-
Packages that use HostedZone Package Description software.amazon.awssdk.services.route53.model software.amazon.awssdk.services.route53.paginators -
-
Uses of HostedZone in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZone Modifier and Type Method Description HostedZoneCreateHostedZoneResponse. hostedZone()A complex type that contains general information about the hosted zone.HostedZoneGetHostedZoneResponse. hostedZone()A complex type that contains general information about the specified hosted zone.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 HostedZone Modifier and Type Method Description List<HostedZone>ListHostedZonesByNameResponse. hostedZones()A complex type that contains general information about the hosted zone.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 HostedZone Modifier and Type Method Description CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder. hostedZone(HostedZone hostedZone)A complex type that contains general information about the hosted zone.GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder. hostedZone(HostedZone hostedZone)A complex type that contains general information about the specified hosted zone.UpdateHostedZoneCommentResponse.BuilderUpdateHostedZoneCommentResponse.Builder. hostedZone(HostedZone hostedZone)A complex type that contains the response to theUpdateHostedZoneCommentrequest.ListHostedZonesByNameResponse.BuilderListHostedZonesByNameResponse.Builder. hostedZones(HostedZone... hostedZones)A complex type that contains general information about the hosted zone.ListHostedZonesResponse.BuilderListHostedZonesResponse.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 HostedZone Modifier and Type Method Description ListHostedZonesByNameResponse.BuilderListHostedZonesByNameResponse.Builder. hostedZones(Collection<HostedZone> hostedZones)A complex type that contains general information about the hosted zone.ListHostedZonesResponse.BuilderListHostedZonesResponse.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 HostedZone Modifier and Type Method Description SdkIterable<HostedZone>ListHostedZonesIterable. hostedZones()Returns an iterable to iterate through the paginatedListHostedZonesResponse.hostedZones()member.SdkPublisher<HostedZone>ListHostedZonesPublisher. hostedZones()Returns a publisher that can be used to get a stream of data.
-