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 theChangeselement.ChangeBatch.withChanges(Change... changes) A complex type that contains oneChangeelement for each resource record set that you want to create or delete.ChangeBatch.withChanges(Collection<Change> changes) A complex type that contains oneChangeelement 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 TypeMethodDescriptionvoidChangeResourceRecordSetsRequest.setChangeBatch(ChangeBatch changeBatch) A complex type that contains an optional comment and theChangeselement.ChangeResourceRecordSetsRequest.withChangeBatch(ChangeBatch changeBatch) A complex type that contains an optional comment and theChangeselement.Constructors in com.amazonaws.services.route53.model with parameters of type ChangeBatchModifierConstructorDescriptionChangeResourceRecordSetsRequest(String hostedZoneId, ChangeBatch changeBatch) Constructs a new ChangeResourceRecordSetsRequest object.