| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomPluginResult |
AWSKafkaConnectClient.createCustomPlugin(CreateCustomPluginRequest request)
Creates a custom plugin using the specified properties.
|
CreateCustomPluginResult |
AbstractAWSKafkaConnect.createCustomPlugin(CreateCustomPluginRequest request) |
CreateCustomPluginResult |
AWSKafkaConnect.createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCustomPluginResult> |
AbstractAWSKafkaConnectAsync.createCustomPluginAsync(CreateCustomPluginRequest request,
AsyncHandler<CreateCustomPluginRequest,CreateCustomPluginResult> asyncHandler) |
Future<CreateCustomPluginResult> |
AWSKafkaConnectAsyncClient.createCustomPluginAsync(CreateCustomPluginRequest request,
AsyncHandler<CreateCustomPluginRequest,CreateCustomPluginResult> asyncHandler) |
Future<CreateCustomPluginResult> |
AWSKafkaConnectAsync.createCustomPluginAsync(CreateCustomPluginRequest createCustomPluginRequest,
AsyncHandler<CreateCustomPluginRequest,CreateCustomPluginResult> asyncHandler)
Creates a custom plugin using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomPluginResult |
CreateCustomPluginResult.clone() |
CreateCustomPluginResult |
CreateCustomPluginResult.withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
|
CreateCustomPluginResult |
CreateCustomPluginResult.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CreateCustomPluginResult |
CreateCustomPluginResult.withCustomPluginState(String customPluginState)
The state of the custom plugin.
|
CreateCustomPluginResult |
CreateCustomPluginResult.withName(String name)
The name of the custom plugin.
|
CreateCustomPluginResult |
CreateCustomPluginResult.withRevision(Long revision)
The revision of the custom plugin.
|
Copyright © 2024. All rights reserved.