| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
Change |
Change.withAction(ChangeAction action)
The action to perform:
|
Change |
Change.withAction(String action)
The action to perform:
|
Change |
Change.withResourceRecordSet(ResourceRecordSet resourceRecordSet)
Information about the resource record set to create or delete.
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
ChangeBatchRecord.getChanges()
Deprecated.
A list of changes made in the ChangeBatch.
|
List<Change> |
ChangeBatch.getChanges()
Information about the changes to make to the record sets.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Change... changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatch |
ChangeBatch.withChanges(Change... changes)
Information about the changes to make to the record sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeBatchRecord.setChanges(Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
void |
ChangeBatch.setChanges(Collection<Change> changes)
Information about the changes to make to the record sets.
|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatch |
ChangeBatch.withChanges(Collection<Change> changes)
Information about the changes to make to the record sets.
|
| Constructor and Description |
|---|
ChangeBatch(List<Change> changes)
Constructs a new ChangeBatch object.
|
Copyright © 2016. All rights reserved.