Uses of Class
com.amazonaws.services.route53.model.Change
Packages that use Change
-
Uses of Change in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeModifier and TypeMethodDescriptionChange.clone()
Change.withAction
(ChangeAction action) The action to perform:Change.withAction
(String action) The action to perform:Change.withResourceRecordSet
(ResourceRecordSet resourceRecordSet) Information about the resource record set to create or delete.Methods in com.amazonaws.services.route53.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionChangeBatch.getChanges()
A complex type that contains oneChange
element for each resource record set that you want to create or delete.ChangeBatchRecord.getChanges()
Deprecated.A list of changes made in the ChangeBatch.Methods in com.amazonaws.services.route53.model with parameters of type ChangeModifier and TypeMethodDescriptionChangeBatch.withChanges
(Change... changes) A complex type that contains oneChange
element for each resource record set that you want to create or delete.ChangeBatchRecord.withChanges
(Change... changes) Deprecated.A list of changes made in the ChangeBatch.Method parameters in com.amazonaws.services.route53.model with type arguments of type ChangeModifier and TypeMethodDescriptionvoid
ChangeBatch.setChanges
(Collection<Change> changes) A complex type that contains oneChange
element for each resource record set that you want to create or delete.void
ChangeBatchRecord.setChanges
(Collection<Change> changes) Deprecated.A list of changes made in the ChangeBatch.ChangeBatch.withChanges
(Collection<Change> changes) A complex type that contains oneChange
element for each resource record set that you want to create or delete.ChangeBatchRecord.withChanges
(Collection<Change> changes) Deprecated.A list of changes made in the ChangeBatch.Constructor parameters in com.amazonaws.services.route53.model with type arguments of type ChangeModifierConstructorDescriptionChangeBatch
(List<Change> changes) Constructs a new ChangeBatch object.