| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and 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.
|
| 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 © 2025. All rights reserved.