Uses of Class
com.amazonaws.services.route53.model.ChangeBatch
Packages that use ChangeBatch
-
Uses of ChangeBatch in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ChangeBatchModifier and TypeMethodDescriptionChangeBatch.clone()
ChangeResourceRecordSetsRequest.getChangeBatch()
A complex type that contains an optional comment and theChanges
element.ChangeBatch.withChanges
(Change... changes) A complex type that contains oneChange
element for each resource record set that you want to create or delete.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.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 ChangeBatchModifier and TypeMethodDescriptionvoid
ChangeResourceRecordSetsRequest.setChangeBatch
(ChangeBatch changeBatch) A complex type that contains an optional comment and theChanges
element.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 ChangeBatchModifierConstructorDescriptionChangeResourceRecordSetsRequest
(String hostedZoneId, ChangeBatch changeBatch) Constructs a new ChangeResourceRecordSetsRequest object.