Uses of Class
com.amazonaws.services.redshift.model.Subnet

Packages that use Subnet
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of Subnet in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return Subnet
 Subnet Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
          Describes an availability zone.
 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
 List<Subnet> ClusterSubnetGroup.getSubnets()
          A list of the VPC Subnet elements.
 

Methods in com.amazonaws.services.redshift.model with parameters of type Subnet
 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
 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.
 



Copyright © 2016. All rights reserved.