Java com.amazonaws.services.route53.model GetHostedZoneResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.route53.model GetHostedZoneResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.route53.model GetHostedZoneResult.

The text is from its open source code.

Constructor

Method

DelegationSetgetDelegationSet()

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

HostedZonegetHostedZone()

A complex type that contains general information about the specified hosted zone.

voidsetDelegationSet(DelegationSet delegationSet)

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

voidsetHostedZone(HostedZone hostedZone)

A complex type that contains general information about the specified hosted zone.

StringtoString()
Returns a string representation of this object.