Uses of Class
com.amazonaws.services.route53.model.ChangeBatch
-
Packages that use ChangeBatch Package Description com.amazonaws.services.route53.model -
-
Uses of ChangeBatch in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeBatch Modifier and Type Method Description ChangeBatch
ChangeBatch. clone()
ChangeBatch
ChangeResourceRecordSetsRequest. getChangeBatch()
A complex type that contains an optional comment and theChanges
element.ChangeBatch
ChangeBatch. withChanges(Change... changes)
A complex type that contains oneChange
element for each resource record set that you want to create or delete.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.ChangeBatch
ChangeBatch. withComment(String comment)
Optional: Any comments you want to include about a change batch request.Methods in com.amazonaws.services.route53.model with parameters of type ChangeBatch Modifier and Type Method Description void
ChangeResourceRecordSetsRequest. setChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and theChanges
element.ChangeResourceRecordSetsRequest
ChangeResourceRecordSetsRequest. withChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and theChanges
element.Constructors in com.amazonaws.services.route53.model with parameters of type ChangeBatch Constructor Description ChangeResourceRecordSetsRequest(String hostedZoneId, ChangeBatch changeBatch)
Constructs a new ChangeResourceRecordSetsRequest object.
-