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

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

Introduction

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

The text is from its open source code.

Constructor

DelegationSet()
Default constructor for DelegationSet object.
DelegationSet(java.util.List nameServers)
Constructs a new DelegationSet object.

Method

java.util.ListgetNameServers()

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

voidsetNameServers(java.util.Collection nameServers)

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.