Uses of Class
com.amazonaws.services.route53.model.HostedZone
-
Packages that use HostedZone Package Description com.amazonaws.services.route53.model -
-
Uses of HostedZone in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HostedZone Modifier and Type Method Description HostedZone
HostedZone. clone()
HostedZone
CreateHostedZoneResult. getHostedZone()
A complex type that contains identifying information about the hosted zone.HostedZone
GetHostedZoneResult. getHostedZone()
A complex type that contains the information about the specified hosted zone.HostedZone
UpdateHostedZoneCommentResult. getHostedZone()
HostedZone
HostedZone. withCallerReference(String callerReference)
A unique string that identifies the request to create the hosted zone.HostedZone
HostedZone. withConfig(HostedZoneConfig config)
A complex type that contains theComment
element.HostedZone
HostedZone. withId(String id)
The ID of the specified hosted zone.HostedZone
HostedZone. withName(String name)
The name of the domain.HostedZone
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 HostedZone Modifier and Type Method Description List<HostedZone>
ListHostedZonesByNameResult. getHostedZones()
A complex type that contains information about the hosted zones associated with the current AWS account.List<HostedZone>
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 HostedZone Modifier and Type Method Description void
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
CreateHostedZoneResult. withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone.GetHostedZoneResult
GetHostedZoneResult. withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone.UpdateHostedZoneCommentResult
UpdateHostedZoneCommentResult. withHostedZone(HostedZone hostedZone)
ListHostedZonesByNameResult
ListHostedZonesByNameResult. withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult
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 HostedZone Modifier and Type Method Description void
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
ListHostedZonesByNameResult. withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult
ListHostedZonesResult. withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.
-