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