| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateCustomPluginResult> |
AbstractAWSKafkaConnectAsync.createCustomPluginAsync(CreateCustomPluginRequest request,
AsyncHandler<CreateCustomPluginRequest,CreateCustomPluginResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomPluginRequest |
CreateCustomPluginRequest.clone() |
CreateCustomPluginRequest |
CreateCustomPluginRequest.withContentType(CustomPluginContentType contentType)
The type of the plugin file.
|
CreateCustomPluginRequest |
CreateCustomPluginRequest.withContentType(String contentType)
The type of the plugin file.
|
CreateCustomPluginRequest |
CreateCustomPluginRequest.withDescription(String description)
A summary description of the custom plugin.
|
CreateCustomPluginRequest |
CreateCustomPluginRequest.withLocation(CustomPluginLocation location)
Information about the location of a custom plugin.
|
CreateCustomPluginRequest |
CreateCustomPluginRequest.withName(String name)
The name of the custom plugin.
|
Copyright © 2022. All rights reserved.