CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.clone() |
|
CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.withReplicationSubnetGroupDescription(String replicationSubnetGroupDescription) |
The description for the subnet group.
|
CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.withReplicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) |
The name for the replication subnet group.
|
CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.withSubnetIds(String... subnetIds) |
The EC2 subnet IDs for the subnet group.
|
CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds) |
The EC2 subnet IDs for the subnet group.
|
CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.withTags(Tag... tags) |
The tag to be assigned to the subnet group.
|
CreateReplicationSubnetGroupRequest |
CreateReplicationSubnetGroupRequest.withTags(Collection<Tag> tags) |
The tag to be assigned to the subnet group.
|