| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordSetFailover |
ResourceRecordSet.failover()
Failover resource record sets only: To configure failover, you add the
Failover element to
two resource record sets. |
static ResourceRecordSetFailover |
ResourceRecordSetFailover.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ResourceRecordSetFailover> |
ResourceRecordSetFailover.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordSet.Builder |
ResourceRecordSet.Builder.failover(ResourceRecordSetFailover failover)
Failover resource record sets only: To configure failover, you add the
Failover element
to two resource record sets. |
Copyright © 2023. All rights reserved.