| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceRecordSetRegion |
ResourceRecordSetRegion.fromValue(String value)
Use this in place of valueOf.
|
static ResourceRecordSetRegion |
ResourceRecordSetRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRecordSetRegion[] |
ResourceRecordSetRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecordSet.setRegion(ResourceRecordSetRegion region)
Latency-based resource record sets only: Among resource record
sets that have the same combination of DNS name and type, a value that
specifies the AWS region for the current resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withRegion(ResourceRecordSetRegion region)
Latency-based resource record sets only: Among resource record
sets that have the same combination of DNS name and type, a value that
specifies the AWS region for the current resource record set.
|
Copyright © 2014. All rights reserved.