Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private ChangeBatchRecord |
GetChangeDetailsResult.changeBatchRecord
Deprecated.
A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and the
contained changes.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ChangeBatchRecord> |
ListChangeBatchesByRRSetResult.changeBatchRecords
Deprecated.
The change batches within the given hosted zone and time period.
|
private SdkInternalList<ChangeBatchRecord> |
ListChangeBatchesByHostedZoneResult.changeBatchRecords
Deprecated.
The change batches within the given hosted zone and time period.
|
Modifier and Type | Method and Description |
---|---|
ChangeBatchRecord |
ChangeBatchRecord.clone()
Deprecated.
|
ChangeBatchRecord |
GetChangeDetailsResult.getChangeBatchRecord()
Deprecated.
|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Change... changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(java.util.Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
ChangeBatchRecord.withComment(java.lang.String comment)
Deprecated.
A complex type that describes change information about changes made to
your hosted zone.
|
ChangeBatchRecord |
ChangeBatchRecord.withId(java.lang.String id)
Deprecated.
The ID of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withStatus(java.lang.String status)
Deprecated.
The current state of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withSubmittedAt(java.util.Date submittedAt)
Deprecated.
The date and time the change was submitted, in the format
YYYY-MM-DDThh:mm:ssZ , as specified in the ISO 8601 standard
(for example, 2009-11-19T19:37:58Z). |
ChangeBatchRecord |
ChangeBatchRecord.withSubmitter(java.lang.String submitter)
Deprecated.
The AWS account ID attached to the changes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeBatchRecord> |
ListChangeBatchesByRRSetResult.getChangeBatchRecords()
Deprecated.
The change batches within the given hosted zone and time period.
|
java.util.List<ChangeBatchRecord> |
ListChangeBatchesByHostedZoneResult.getChangeBatchRecords()
Deprecated.
The change batches within the given hosted zone and time period.
|
Modifier and Type | Method and Description |
---|---|
void |
GetChangeDetailsResult.setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Deprecated.
|
GetChangeDetailsResult |
GetChangeDetailsResult.withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Deprecated.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
Modifier and Type | Method and Description |
---|---|
void |
ListChangeBatchesByRRSetResult.setChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
void |
ListChangeBatchesByHostedZoneResult.setChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
Modifier and Type | Method and Description |
---|---|
ChangeBatchRecord |
ChangeBatchRecordStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |