Package | Description |
---|---|
com.amazonaws.services.route53.model |
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: To configure failover, you add
the
Failover element to two resource record sets. |
ResourceRecordSet |
ResourceRecordSet.withFailover(ResourceRecordSetFailover failover)
Failover resource record sets only: To configure failover, you add
the
Failover element to two resource record sets. |
Copyright © 2018. All rights reserved.