| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomPluginResult |
AbstractAWSKafkaConnect.describeCustomPlugin(DescribeCustomPluginRequest request) |
DescribeCustomPluginResult |
AWSKafkaConnectClient.describeCustomPlugin(DescribeCustomPluginRequest request)
A summary description of the custom plugin.
|
DescribeCustomPluginResult |
AWSKafkaConnect.describeCustomPlugin(DescribeCustomPluginRequest describeCustomPluginRequest)
A summary description of the custom plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCustomPluginResult> |
AWSKafkaConnectAsyncClient.describeCustomPluginAsync(DescribeCustomPluginRequest request,
AsyncHandler<DescribeCustomPluginRequest,DescribeCustomPluginResult> asyncHandler) |
Future<DescribeCustomPluginResult> |
AbstractAWSKafkaConnectAsync.describeCustomPluginAsync(DescribeCustomPluginRequest request,
AsyncHandler<DescribeCustomPluginRequest,DescribeCustomPluginResult> asyncHandler) |
Future<DescribeCustomPluginResult> |
AWSKafkaConnectAsync.describeCustomPluginAsync(DescribeCustomPluginRequest describeCustomPluginRequest,
AsyncHandler<DescribeCustomPluginRequest,DescribeCustomPluginResult> asyncHandler)
A summary description of the custom plugin.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomPluginResult |
DescribeCustomPluginResult.clone() |
DescribeCustomPluginResult |
DescribeCustomPluginResult.withCreationTime(Date creationTime)
The time that the custom plugin was created.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withCustomPluginState(String customPluginState)
The state of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withDescription(String description)
The description of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withName(String name)
The name of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
|
Copyright © 2023. All rights reserved.