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

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

Introduction

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

The text is from its open source code.

Constructor

ChangeBatch()
Default constructor for ChangeBatch object.
ChangeBatch(java.util.List changes)
Constructs a new ChangeBatch object.

Method

java.util.ListgetChanges()

Information about the changes to make to the record sets.

voidsetChanges(java.util.Collection changes)

Information about the changes to make to the record sets.

voidsetComment(String comment)

Optional: Any comments you want to include about a change batch request.

ChangeBatchwithChanges(Change... changes)

Information about the changes to make to the record sets.

ChangeBatchwithChanges(java.util.Collection changes)

Information about the changes to make to the record sets.