Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Change> |
ChangeBatchRecord.changes
Deprecated.
A list of changes made in the ChangeBatch.
|
private SdkInternalList<Change> |
ChangeBatch.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 |
---|---|
Change |
Change.clone() |
Change |
Change.withAction(ChangeAction action)
The action to perform:
|
Change |
Change.withAction(java.lang.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 |
---|---|
java.util.List<Change> |
ChangeBatchRecord.getChanges()
Deprecated.
A list of changes made in the ChangeBatch.
|
java.util.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(java.util.Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
void |
ChangeBatch.setChanges(java.util.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(java.util.Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatch |
ChangeBatch.withChanges(java.util.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(java.util.List<Change> changes)
Constructs a new ChangeBatch object.
|
Modifier and Type | Method and Description |
---|---|
Change |
ChangeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |