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