| 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, delete, or update.
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
ChangeBatch.getChanges()
Information about the changes to make to the record sets.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeBatch |
ChangeBatch.withChanges(Change... changes)
Information about the changes to make to the record sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeBatch.setChanges(Collection<Change> changes)
Information about the changes to make to the record sets.
|
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 © 2021. All rights reserved.