Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Subnet> |
ReplicationSubnetGroup.subnets
The subnets that are in the subnet group.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.clone() |
Subnet |
Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
The Availability Zone of the subnet.
|
Subnet |
Subnet.withSubnetIdentifier(java.lang.String subnetIdentifier)
The subnet identifier.
|
Subnet |
Subnet.withSubnetStatus(java.lang.String subnetStatus)
The status of the subnet.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Subnet> |
ReplicationSubnetGroup.getSubnets()
The subnets that are in the subnet group.
|
Modifier and Type | Method and Description |
---|---|
ReplicationSubnetGroup |
ReplicationSubnetGroup.withSubnets(Subnet... subnets)
The subnets that are in the subnet group.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSubnetGroup.setSubnets(java.util.Collection<Subnet> subnets)
The subnets that are in the subnet group.
|
ReplicationSubnetGroup |
ReplicationSubnetGroup.withSubnets(java.util.Collection<Subnet> subnets)
The subnets that are in the subnet group.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
SubnetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SubnetJsonMarshaller.marshall(Subnet subnet,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|