| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationStartingPosition |
ReplicationStartingPosition.clone() |
ReplicationStartingPosition |
TopicReplication.getStartingPosition()
Configuration for specifying the position in the topics to start replicating from.
|
ReplicationStartingPosition |
ReplicationStartingPosition.withType(ReplicationStartingPositionType type)
The type of replication starting position.
|
ReplicationStartingPosition |
ReplicationStartingPosition.withType(String type)
The type of replication starting position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicReplication.setStartingPosition(ReplicationStartingPosition startingPosition)
Configuration for specifying the position in the topics to start replicating from.
|
TopicReplication |
TopicReplication.withStartingPosition(ReplicationStartingPosition startingPosition)
Configuration for specifying the position in the topics to start replicating from.
|
Copyright © 2024. All rights reserved.