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

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

Introduction

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

The text is from its open source code.

Constructor

ListResourceRecordSetsRequest(String hostedZoneId)
Constructs a new ListResourceRecordSetsRequest object.
ListResourceRecordSetsRequest()
Default constructor for ListResourceRecordSetsRequest object.

Method

StringgetHostedZoneId()

The ID of the hosted zone that contains the resource record sets that you want to list.

StringgetMaxItems()

(Optional) The maximum number of resource records sets to include in the response body for this request.

StringgetStartRecordIdentifier()

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

StringgetStartRecordName()

The first name in the lexicographic ordering of resource record sets that you want to list.

StringgetStartRecordType()

The type of resource record set to begin the record listing from.

voidsetHostedZoneId(String hostedZoneId)

The ID of the hosted zone that contains the resource record sets that you want to list.

voidsetMaxItems(String maxItems)

(Optional) The maximum number of resource records sets to include in the response body for this request.

voidsetStartRecordIdentifier(String startRecordIdentifier)

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

voidsetStartRecordName(String startRecordName)

The first name in the lexicographic ordering of resource record sets that you want to list.

voidsetStartRecordType(String startRecordType)

The type of resource record set to begin the record listing from.

voidsetStartRecordType(RRType startRecordType)

The type of resource record set to begin the record listing from.