| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
static RRType |
RRType.fromValue(String value)
Use this in place of valueOf.
|
static RRType |
RRType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RRType[] |
RRType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceRecordSetsResult.setNextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the
list.
|
void |
ListResourceRecordSetsRequest.setStartRecordType(RRType startRecordType)
The DNS type at which to begin the listing of resource record sets.
|
void |
ResourceRecordSet.setType(RRType type)
The type of the current resource record set.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withNextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the
list.
|
ListResourceRecordSetsRequest |
ListResourceRecordSetsRequest.withStartRecordType(RRType startRecordType)
The DNS type at which to begin the listing of resource record sets.
|
ResourceRecordSet |
ResourceRecordSet.withType(RRType type)
The type of the current resource record set.
|
| Constructor and Description |
|---|
ResourceRecordSet(String name,
RRType type)
Constructs a new ResourceRecordSet object.
|
Copyright © 2014. All rights reserved.