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 ChangeChange. clone()ChangeChange. withAction(ChangeAction action)The action to perform:ChangeChange. withAction(String action)The action to perform:ChangeChange. 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 oneChangeelement 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 ChangeBatchChangeBatch. withChanges(Change... changes)A complex type that contains oneChangeelement for each resource record set that you want to create or delete.ChangeBatchRecordChangeBatchRecord. 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 voidChangeBatch. setChanges(Collection<Change> changes)A complex type that contains oneChangeelement for each resource record set that you want to create or delete.voidChangeBatchRecord. setChanges(Collection<Change> changes)Deprecated.A list of changes made in the ChangeBatch.ChangeBatchChangeBatch. withChanges(Collection<Change> changes)A complex type that contains oneChangeelement for each resource record set that you want to create or delete.ChangeBatchRecordChangeBatchRecord. 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.
-