| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeAction |
ChangeAction.fromValue(String value)
Use this in place of valueOf.
|
static ChangeAction |
ChangeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeAction[] |
ChangeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Change.setAction(ChangeAction action)
The action to perform:
CREATE: Creates a
resource record set that has the specified values.
DELETE: Deletes a existing resource record set that
has the specified values for Name, Type,
SetIdentifier (for latency, weighted, geolocation, and
failover resource record sets), and TTL (except alias
resource record sets, for which the TTL is determined by the AWS
resource that you're routing DNS queries to).
UPSERT: If a resource record set does not already
exist, Amazon Route 53 creates it. |
Change |
Change.withAction(ChangeAction action)
The action to perform:
CREATE: Creates a
resource record set that has the specified values.
DELETE: Deletes a existing resource record set that
has the specified values for Name, Type,
SetIdentifier (for latency, weighted, geolocation, and
failover resource record sets), and TTL (except alias
resource record sets, for which the TTL is determined by the AWS
resource that you're routing DNS queries to).
UPSERT: If a resource record set does not already
exist, Amazon Route 53 creates it. |
| Constructor and Description |
|---|
Change(ChangeAction action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Copyright © 2015. All rights reserved.