Uses of Class
software.amazon.awssdk.services.redshift.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of Subnet in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>ClusterSubnetGroup. subnets()A list of the VPC Subnet elements.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Subnet Modifier and Type Method Description ClusterSubnetGroup.BuilderClusterSubnetGroup.Builder. subnets(Subnet... subnets)A list of the VPC Subnet elements.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Subnet Modifier and Type Method Description ClusterSubnetGroup.BuilderClusterSubnetGroup.Builder. subnets(Collection<Subnet> subnets)A list of the VPC Subnet elements.
-