| Package | Description |
|---|---|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
Subnet.clone() |
Subnet |
Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Specifies the Availability Zone for the subnet.
|
Subnet |
Subnet.withSubnetIdentifier(String subnetIdentifier)
Specifies the identifier of the subnet.
|
Subnet |
Subnet.withSubnetStatus(String subnetStatus)
Specifies the status of the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subnet> |
DBSubnetGroup.getSubnets()
Detailed information about one or more subnets within a subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Detailed information about one or more subnets within a subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBSubnetGroup.setSubnets(Collection<Subnet> subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Collection<Subnet> subnets)
Detailed information about one or more subnets within a subnet group.
|
Copyright © 2024. All rights reserved.