| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicatorResult |
AbstractAWSKafka.describeReplicator(DescribeReplicatorRequest request) |
DescribeReplicatorResult |
AWSKafkaClient.describeReplicator(DescribeReplicatorRequest request)
Describes a replicator.
|
DescribeReplicatorResult |
AWSKafka.describeReplicator(DescribeReplicatorRequest describeReplicatorRequest)
Describes a replicator.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeReplicatorResult> |
AbstractAWSKafkaAsync.describeReplicatorAsync(DescribeReplicatorRequest request,
AsyncHandler<DescribeReplicatorRequest,DescribeReplicatorResult> asyncHandler) |
Future<DescribeReplicatorResult> |
AWSKafkaAsyncClient.describeReplicatorAsync(DescribeReplicatorRequest request,
AsyncHandler<DescribeReplicatorRequest,DescribeReplicatorResult> asyncHandler) |
Future<DescribeReplicatorResult> |
AWSKafkaAsync.describeReplicatorAsync(DescribeReplicatorRequest describeReplicatorRequest,
AsyncHandler<DescribeReplicatorRequest,DescribeReplicatorResult> asyncHandler)
Describes a replicator.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicatorResult |
DescribeReplicatorResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeReplicatorResult |
DescribeReplicatorResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeReplicatorResult |
DescribeReplicatorResult.clone() |
DescribeReplicatorResult |
DescribeReplicatorResult.withCreationTime(Date creationTime)
The time when the replicator was created.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withCurrentVersion(String currentVersion)
The current version number of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withIsReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withKafkaClusters(Collection<KafkaClusterDescription> kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withKafkaClusters(KafkaClusterDescription... kafkaClusters)
Kafka Clusters used in setting up sources / targets for replication.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicationInfoList(ReplicationInfoDescription... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorDescription(String replicatorDescription)
The description of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorName(String replicatorName)
The name of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicatorState(String replicatorState)
State of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withServiceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the replicator to access resources in the customer's
account (e.g source and target clusters)
|
DescribeReplicatorResult |
DescribeReplicatorResult.withStateInfo(ReplicationStateInfo stateInfo)
Details about the state of the replicator.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withTags(Map<String,String> tags)
List of tags attached to the Replicator.
|
Copyright © 2023. All rights reserved.