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

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

Introduction

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

The text is from its open source code.

Constructor

ResourceRecord(String value)
Constructs a new ResourceRecord object.
ResourceRecord()
Default constructor for ResourceRecord object.

Method

StringgetValue()

The current or new DNS record value, not to exceed 4,000 characters.

voidsetValue(String value)

The current or new DNS record value, not to exceed 4,000 characters.