Uses of Class
software.amazon.awssdk.services.route53.model.CidrCollectionChange
Packages that use CidrCollectionChange
-
Uses of CidrCollectionChange in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CidrCollectionChangeModifier and TypeMethodDescriptionfinal List<CidrCollectionChange>ChangeCidrCollectionRequest.changes()Information about changes to a CIDR collection.Methods in software.amazon.awssdk.services.route53.model with parameters of type CidrCollectionChangeModifier and TypeMethodDescriptionChangeCidrCollectionRequest.Builder.changes(CidrCollectionChange... changes) Information about changes to a CIDR collection.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type CidrCollectionChangeModifier and TypeMethodDescriptionChangeCidrCollectionRequest.Builder.changes(Collection<CidrCollectionChange> changes) Information about changes to a CIDR collection.