| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
Subnet.clone() |
Subnet |
Subnet.withSubnetAvailabilityZone(String subnetAvailabilityZone)
The Availability Zone (AZ) for the subnet.
|
Subnet |
Subnet.withSubnetIdentifier(String subnetIdentifier)
The system-assigned identifier for the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subnet> |
SubnetGroup.getSubnets()
A list of subnets associated with the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
SubnetGroup.withSubnets(Subnet... subnets)
A list of subnets associated with the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubnetGroup.setSubnets(Collection<Subnet> subnets)
A list of subnets associated with the subnet group.
|
SubnetGroup |
SubnetGroup.withSubnets(Collection<Subnet> subnets)
A list of subnets associated with the subnet group.
|
Copyright © 2021. All rights reserved.