Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Subnet> |
ClusterSubnetGroup.subnets
A list of the VPC Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.clone() |
Subnet |
Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) |
Subnet |
Subnet.withSubnetIdentifier(java.lang.String subnetIdentifier)
The identifier of the subnet.
|
Subnet |
Subnet.withSubnetStatus(java.lang.String subnetStatus)
The status of the subnet.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(java.util.Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
SubnetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |