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()
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 |
---|---|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Change... changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
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 |
ChangeBatchRecord.setChanges(Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
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. |
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Collection<Change> changes)
Deprecated.
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. |
Constructor and Description |
---|
ChangeBatch(List<Change> changes)
Constructs a new ChangeBatch object.
|
Copyright © 2018. All rights reserved.