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 theCommentelement.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 TypeMethodDescriptionvoidCreateHostedZoneResult.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) 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 TypeMethodDescriptionvoidListHostedZonesByNameResult.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.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.