Uses of Class
com.amazonaws.services.route53.model.ChangeBatchRecord
-
Packages that use ChangeBatchRecord Package Description com.amazonaws.services.route53.model -
-
Uses of ChangeBatchRecord in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeBatchRecord Modifier and Type Method Description ChangeBatchRecordChangeBatchRecord. clone()Deprecated.ChangeBatchRecordGetChangeDetailsResult. getChangeBatchRecord()Deprecated.ChangeBatchRecordChangeBatchRecord. withChanges(Change... changes)Deprecated.A list of changes made in the ChangeBatch.ChangeBatchRecordChangeBatchRecord. withChanges(Collection<Change> changes)Deprecated.A list of changes made in the ChangeBatch.ChangeBatchRecordChangeBatchRecord. withComment(String comment)Deprecated.A complex type that describes change information about changes made to your hosted zone.ChangeBatchRecordChangeBatchRecord. withId(String id)Deprecated.The ID of the request.ChangeBatchRecordChangeBatchRecord. withStatus(ChangeStatus status)Deprecated.The current state of the request.ChangeBatchRecordChangeBatchRecord. withStatus(String status)Deprecated.The current state of the request.ChangeBatchRecordChangeBatchRecord. withSubmittedAt(Date submittedAt)Deprecated.The date and time the change was submitted, in the formatYYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).ChangeBatchRecordChangeBatchRecord. withSubmitter(String submitter)Deprecated.The AWS account ID attached to the changes.Methods in com.amazonaws.services.route53.model that return types with arguments of type ChangeBatchRecord Modifier and Type Method Description List<ChangeBatchRecord>ListChangeBatchesByHostedZoneResult. getChangeBatchRecords()Deprecated.The change batches within the given hosted zone and time period.List<ChangeBatchRecord>ListChangeBatchesByRRSetResult. getChangeBatchRecords()Deprecated.The change batches within the given hosted zone and time period.Methods in com.amazonaws.services.route53.model with parameters of type ChangeBatchRecord Modifier and Type Method Description voidGetChangeDetailsResult. setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)Deprecated.GetChangeDetailsResultGetChangeDetailsResult. withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)Deprecated.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByRRSetResultListChangeBatchesByRRSetResult. withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.Method parameters in com.amazonaws.services.route53.model with type arguments of type ChangeBatchRecord Modifier and Type Method Description voidListChangeBatchesByHostedZoneResult. setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.voidListChangeBatchesByRRSetResult. setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResultListChangeBatchesByHostedZoneResult. withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByRRSetResultListChangeBatchesByRRSetResult. withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.
-