Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
ClusterSubnetGroup.getSubnets()
A list of the VPC Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(Subnet... subnets)
A list of the VPC Subnet elements.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.