Uses of Class
com.amazonaws.services.redshift.model.Subnet
-
Packages that use Subnet Package Description com.amazonaws.services.redshift.model -
-
Uses of Subnet in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return Subnet Modifier and Type Method Description SubnetSubnet. clone()SubnetSubnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)SubnetSubnet. withSubnetIdentifier(String subnetIdentifier)The identifier of the subnet.SubnetSubnet. withSubnetStatus(String subnetStatus)The status of the subnet.Methods in com.amazonaws.services.redshift.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>ClusterSubnetGroup. getSubnets()A list of the VPC Subnet elements.Methods in com.amazonaws.services.redshift.model with parameters of type Subnet Modifier and Type Method Description ClusterSubnetGroupClusterSubnetGroup. withSubnets(Subnet... subnets)A list of the VPC Subnet elements.Method parameters in com.amazonaws.services.redshift.model with type arguments of type Subnet Modifier and Type Method Description voidClusterSubnetGroup. setSubnets(Collection<Subnet> subnets)A list of the VPC Subnet elements.ClusterSubnetGroupClusterSubnetGroup. withSubnets(Collection<Subnet> subnets)A list of the VPC Subnet elements.
-