Uses of Class
software.amazon.awssdk.services.ec2.model.IpamRouteOverlap
Packages that use IpamRouteOverlap
-
Uses of IpamRouteOverlap in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamRouteOverlapModifier and TypeMethodDescriptionfinal List<IpamRouteOverlap>IpamRouteProtectionFinding.routeOverlaps()The overlapping routes detected for this prefix.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamRouteOverlapModifier and TypeMethodDescriptionIpamRouteProtectionFinding.Builder.routeOverlaps(IpamRouteOverlap... routeOverlaps) The overlapping routes detected for this prefix.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamRouteOverlapModifier and TypeMethodDescriptionIpamRouteProtectionFinding.Builder.routeOverlaps(Collection<IpamRouteOverlap> routeOverlaps) The overlapping routes detected for this prefix.