Uses of Class
software.amazon.awssdk.services.route53.model.CidrCollectionChange
-
Packages that use CidrCollectionChange Package Description software.amazon.awssdk.services.route53.model -
-
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 CidrCollectionChange Modifier and Type Method Description List<CidrCollectionChange>ChangeCidrCollectionRequest. changes()Information about changes to a CIDR collection.Methods in software.amazon.awssdk.services.route53.model with parameters of type CidrCollectionChange Modifier and Type Method Description ChangeCidrCollectionRequest.BuilderChangeCidrCollectionRequest.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 CidrCollectionChange Modifier and Type Method Description ChangeCidrCollectionRequest.BuilderChangeCidrCollectionRequest.Builder. changes(Collection<CidrCollectionChange> changes)Information about changes to a CIDR collection.
-