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 HostedZoneHostedZone. clone()HostedZoneCreateHostedZoneResult. getHostedZone()A complex type that contains identifying information about the hosted zone.HostedZoneGetHostedZoneResult. getHostedZone()A complex type that contains the information about the specified hosted zone.HostedZoneUpdateHostedZoneCommentResult. getHostedZone()HostedZoneHostedZone. withCallerReference(String callerReference)A unique string that identifies the request to create the hosted zone.HostedZoneHostedZone. withConfig(HostedZoneConfig config)A complex type that contains theCommentelement.HostedZoneHostedZone. withId(String id)The ID of the specified hosted zone.HostedZoneHostedZone. withName(String name)The name of the domain.HostedZoneHostedZone. 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 voidCreateHostedZoneResult. setHostedZone(HostedZone hostedZone)A complex type that contains identifying information about the hosted zone.voidGetHostedZoneResult. setHostedZone(HostedZone hostedZone)A complex type that contains the information about the specified hosted zone.voidUpdateHostedZoneCommentResult. setHostedZone(HostedZone hostedZone)CreateHostedZoneResultCreateHostedZoneResult. withHostedZone(HostedZone hostedZone)A complex type that contains identifying information about the hosted zone.GetHostedZoneResultGetHostedZoneResult. withHostedZone(HostedZone hostedZone)A complex type that contains the information about the specified hosted zone.UpdateHostedZoneCommentResultUpdateHostedZoneCommentResult. withHostedZone(HostedZone hostedZone)ListHostedZonesByNameResultListHostedZonesByNameResult. withHostedZones(HostedZone... hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResultListHostedZonesResult. 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 voidListHostedZonesByNameResult. setHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.voidListHostedZonesResult. setHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResultListHostedZonesByNameResult. withHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResultListHostedZonesResult. withHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.
-