| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
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. |
Change |
Change.withAction(String 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.withResourceRecordSet(ResourceRecordSet resourceRecordSet)
Information about the resource record set to create or delete.
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
ChangeBatch.getChanges()
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
List<Change> |
ChangeBatchRecord.getChanges()
A list of changes made in the ChangeBatch.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeBatch |
ChangeBatch.withChanges(Change... changes)
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Change... changes)
A list of changes made in the ChangeBatch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeBatch.setChanges(Collection<Change> changes)
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
void |
ChangeBatchRecord.setChanges(Collection<Change> changes)
A list of changes made in the ChangeBatch.
|
ChangeBatch |
ChangeBatch.withChanges(Collection<Change> changes)
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Collection<Change> changes)
A list of changes made in the ChangeBatch.
|
| Constructor and Description |
|---|
ChangeBatch(List<Change> changes)
Constructs a new ChangeBatch object.
|
Copyright © 2015. All rights reserved.