| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings |
KafkaSettings.clone() |
KafkaSettings |
CreateEndpointRequest.getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
KafkaSettings |
Endpoint.getKafkaSettings()
The settings for the Apache Kafka target endpoint.
|
KafkaSettings |
ModifyEndpointRequest.getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
KafkaSettings |
KafkaSettings.withBroker(String broker)
The broker location and port of the Kafka broker that hosts your Kafka instance.
|
KafkaSettings |
KafkaSettings.withTopic(String topic)
The topic to which you migrate the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
void |
Endpoint.setKafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
void |
ModifyEndpointRequest.setKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
Endpoint |
Endpoint.withKafkaSettings(KafkaSettings kafkaSettings)
The settings for the Apache Kafka target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withKafkaSettings(KafkaSettings kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
Copyright © 2020. All rights reserved.