Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
static ResourceRecordSetFailover |
ResourceRecordSetFailover.fromValue(String value)
Use this in place of valueOf.
|
static ResourceRecordSetFailover |
ResourceRecordSetFailover.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRecordSetFailover[] |
ResourceRecordSetFailover.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.setFailover(ResourceRecordSetFailover failover)
Failover resource record sets only: Among resource record sets
that have the same combination of DNS name and type, a value that
indicates whether the current resource record set is a primary or
secondary resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withFailover(ResourceRecordSetFailover failover)
Failover resource record sets only: Among resource record sets
that have the same combination of DNS name and type, a value that
indicates whether the current resource record set is a primary or
secondary resource record set.
|
Copyright © 2014. All rights reserved.