| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicatorSummary |
ReplicatorSummary.clone() |
ReplicatorSummary |
ReplicatorSummary.withCreationTime(Date creationTime)
The time the replicator was created.
|
ReplicatorSummary |
ReplicatorSummary.withCurrentVersion(String currentVersion)
The current version of the replicator.
|
ReplicatorSummary |
ReplicatorSummary.withIsReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
|
ReplicatorSummary |
ReplicatorSummary.withKafkaClustersSummary(Collection<KafkaClusterSummary> kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
|
ReplicatorSummary |
ReplicatorSummary.withKafkaClustersSummary(KafkaClusterSummary... kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
|
ReplicatorSummary |
ReplicatorSummary.withReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
ReplicatorSummary |
ReplicatorSummary.withReplicationInfoSummaryList(ReplicationInfoSummary... replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
ReplicatorSummary |
ReplicatorSummary.withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
ReplicatorSummary |
ReplicatorSummary.withReplicatorName(String replicatorName)
The name of the replicator.
|
ReplicatorSummary |
ReplicatorSummary.withReplicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
|
ReplicatorSummary |
ReplicatorSummary.withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
ReplicatorSummary |
ReplicatorSummary.withReplicatorState(String replicatorState)
State of the replicator.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicatorSummary> |
ListReplicatorsResult.getReplicators()
List containing information of each of the replicators in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListReplicatorsResult |
ListReplicatorsResult.withReplicators(ReplicatorSummary... replicators)
List containing information of each of the replicators in the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReplicatorsResult.setReplicators(Collection<ReplicatorSummary> replicators)
List containing information of each of the replicators in the account.
|
ListReplicatorsResult |
ListReplicatorsResult.withReplicators(Collection<ReplicatorSummary> replicators)
List containing information of each of the replicators in the account.
|
Copyright © 2025. All rights reserved.