Uses of Class
com.amazonaws.services.route53.model.HostedZone
Packages that use HostedZone
-
Uses of HostedZone in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HostedZoneModifier and TypeMethodDescriptionHostedZone.clone()
CreateHostedZoneResult.getHostedZone()
A complex type that contains identifying information about the hosted zone.GetHostedZoneResult.getHostedZone()
A complex type that contains the information about the specified hosted zone.UpdateHostedZoneCommentResult.getHostedZone()
HostedZone.withCallerReference
(String callerReference) A unique string that identifies the request to create the hosted zone.HostedZone.withConfig
(HostedZoneConfig config) A complex type that contains theComment
element.The ID of the specified hosted zone.The name of the domain.HostedZone.withResourceRecordSetCount
(Long resourceRecordSetCount) Total number of resource record sets in the hosted zone.Methods in com.amazonaws.services.route53.model that return types with arguments of type HostedZoneModifier and TypeMethodDescriptionListHostedZonesByNameResult.getHostedZones()
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult.getHostedZones()
A complex type that contains information about the hosted zones associated with the current AWS account.Methods in com.amazonaws.services.route53.model with parameters of type HostedZoneModifier and TypeMethodDescriptionvoid
CreateHostedZoneResult.setHostedZone
(HostedZone hostedZone) A complex type that contains identifying information about the hosted zone.void
GetHostedZoneResult.setHostedZone
(HostedZone hostedZone) A complex type that contains the information about the specified hosted zone.void
UpdateHostedZoneCommentResult.setHostedZone
(HostedZone hostedZone) CreateHostedZoneResult.withHostedZone
(HostedZone hostedZone) A complex type that contains identifying information about the hosted zone.GetHostedZoneResult.withHostedZone
(HostedZone hostedZone) A complex type that contains the information about the specified hosted zone.UpdateHostedZoneCommentResult.withHostedZone
(HostedZone hostedZone) ListHostedZonesByNameResult.withHostedZones
(HostedZone... hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult.withHostedZones
(HostedZone... hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.Method parameters in com.amazonaws.services.route53.model with type arguments of type HostedZoneModifier and TypeMethodDescriptionvoid
ListHostedZonesByNameResult.setHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.void
ListHostedZonesResult.setHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResult.withHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult.withHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.