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 Subnet
Subnet. clone()
Subnet
Subnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Subnet
Subnet. withSubnetIdentifier(String subnetIdentifier)
The identifier of the subnet.Subnet
Subnet. 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 ClusterSubnetGroup
ClusterSubnetGroup. 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 void
ClusterSubnetGroup. setSubnets(Collection<Subnet> subnets)
A list of the VPC Subnet elements.ClusterSubnetGroup
ClusterSubnetGroup. withSubnets(Collection<Subnet> subnets)
A list of the VPC Subnet elements.
-