Uses of Class
software.amazon.awssdk.services.redshift.model.IPRange
-
Packages that use IPRange Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of IPRange in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type IPRange Modifier and Type Method Description List<IPRange>ClusterSecurityGroup. ipRanges()A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.Methods in software.amazon.awssdk.services.redshift.model with parameters of type IPRange Modifier and Type Method Description ClusterSecurityGroup.BuilderClusterSecurityGroup.Builder. ipRanges(IPRange... ipRanges)A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type IPRange Modifier and Type Method Description ClusterSecurityGroup.BuilderClusterSecurityGroup.Builder. ipRanges(Collection<IPRange> ipRanges)A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
-