| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
ChangeBatch.getChanges()
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
| 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. |
| 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. |
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. |
| Constructor and Description |
|---|
ChangeBatch(List<Change> changes)
Constructs a new ChangeBatch object.
|
Copyright © 2014. All rights reserved.