| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeBatchRecord |
ChangeBatchRecord.clone() |
ChangeBatchRecord |
GetChangeDetailsResult.getChangeBatchRecord()
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.
|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Change... changes)
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
ChangeBatchRecord.withChanges(Collection<Change> changes)
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
ChangeBatchRecord.withComment(String comment)
A complex type that describes change information about changes made to
your hosted zone.
|
ChangeBatchRecord |
ChangeBatchRecord.withId(String id)
The ID of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withStatus(ChangeStatus status)
The current state of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withStatus(String status)
The current state of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withSubmittedAt(Date submittedAt)
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(String submitter)
The AWS account ID attached to the changes.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeBatchRecord> |
ListChangeBatchesByHostedZoneResult.getChangeBatchRecords()
The change batches within the given hosted zone and time period.
|
List<ChangeBatchRecord> |
ListChangeBatchesByRRSetResult.getChangeBatchRecords()
The change batches within the given hosted zone and time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChangeDetailsResult.setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
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.
|
GetChangeDetailsResult |
GetChangeDetailsResult.withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
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.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
The change batches within the given hosted zone and time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChangeBatchesByHostedZoneResult.setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
void |
ListChangeBatchesByRRSetResult.setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
Copyright © 2015. All rights reserved.