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

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

Introduction

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

The text is from its open source code.

Field

BooleanisTruncated

A flag that indicates whether more resource record sets remain to be listed.

Constructor

Method

BooleangetIsTruncated()

A flag that indicates whether more resource record sets remain to be listed.

StringgetMaxItems()

The maximum number of records you requested.

StringgetNextRecordIdentifier()

Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

StringgetNextRecordName()

If the results were truncated, the name of the next record in the list.

StringgetNextRecordType()

If the results were truncated, the type of the next record in the list.

java.util.ListgetResourceRecordSets()

Information about multiple resource record sets.

voidsetIsTruncated(Boolean isTruncated)

A flag that indicates whether more resource record sets remain to be listed.

voidsetMaxItems(String maxItems)

The maximum number of records you requested.

voidsetNextRecordName(String nextRecordName)

If the results were truncated, the name of the next record in the list.

voidsetNextRecordType(String nextRecordType)

If the results were truncated, the type of the next record in the list.

voidsetNextRecordType(RRType nextRecordType)

If the results were truncated, the type of the next record in the list.

voidsetResourceRecordSets(java.util.Collection resourceRecordSets)

Information about multiple resource record sets.