Uses of Class
software.amazon.awssdk.services.route53.model.Change
-
Packages that use Change Package Description software.amazon.awssdk.services.route53.model -
-
Uses of Change in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type Change Modifier and Type Method Description List<Change>ChangeBatch. changes()Information about the changes to make to the record sets.Methods in software.amazon.awssdk.services.route53.model with parameters of type Change Modifier and Type Method Description ChangeBatch.BuilderChangeBatch.Builder. changes(Change... changes)Information about the changes to make to the record sets.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type Change Modifier and Type Method Description ChangeBatch.BuilderChangeBatch.Builder. changes(Collection<Change> changes)Information about the changes to make to the record sets.
-