Uses of Class
com.amazonaws.services.route53.model.Change
-
Packages that use Change Package Description com.amazonaws.services.route53.model -
-
Uses of Change in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return Change Modifier and Type Method Description Change
Change. clone()
Change
Change. withAction(ChangeAction action)
The action to perform:Change
Change. withAction(String action)
The action to perform:Change
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 Change Modifier and Type Method Description List<Change>
ChangeBatch. getChanges()
A complex type that contains oneChange
element for each resource record set that you want to create or delete.List<Change>
ChangeBatchRecord. getChanges()
Deprecated.A list of changes made in the ChangeBatch.Methods in com.amazonaws.services.route53.model with parameters of type Change Modifier and Type Method Description ChangeBatch
ChangeBatch. withChanges(Change... changes)
A complex type that contains oneChange
element for each resource record set that you want to create or delete.ChangeBatchRecord
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 Change Modifier and Type Method Description void
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
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
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 Change Constructor Description ChangeBatch(List<Change> changes)
Constructs a new ChangeBatch object.
-