@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSKafkaConnectAsync extends AbstractAWSKafkaConnect implements AWSKafkaConnectAsync
AWSKafkaConnectAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createConnector, createCustomPlugin, createWorkerConfiguration, deleteConnector, deleteCustomPlugin, deleteWorkerConfiguration, describeConnector, describeCustomPlugin, describeWorkerConfiguration, getCachedResponseMetadata, listConnectors, listCustomPlugins, listTagsForResource, listWorkerConfigurations, shutdown, tagResource, untagResource, updateConnector
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createConnector, createCustomPlugin, createWorkerConfiguration, deleteConnector, deleteCustomPlugin, deleteWorkerConfiguration, describeConnector, describeCustomPlugin, describeWorkerConfiguration, getCachedResponseMetadata, listConnectors, listCustomPlugins, listTagsForResource, listWorkerConfigurations, shutdown, tagResource, untagResource, updateConnector
public Future<CreateConnectorResult> createConnectorAsync(CreateConnectorRequest request)
AWSKafkaConnectAsync
Creates a connector using the specified properties.
createConnectorAsync
in interface AWSKafkaConnectAsync
public Future<CreateConnectorResult> createConnectorAsync(CreateConnectorRequest request, AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler)
AWSKafkaConnectAsync
Creates a connector using the specified properties.
createConnectorAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCustomPluginResult> createCustomPluginAsync(CreateCustomPluginRequest request)
AWSKafkaConnectAsync
Creates a custom plugin using the specified properties.
createCustomPluginAsync
in interface AWSKafkaConnectAsync
public Future<CreateCustomPluginResult> createCustomPluginAsync(CreateCustomPluginRequest request, AsyncHandler<CreateCustomPluginRequest,CreateCustomPluginResult> asyncHandler)
AWSKafkaConnectAsync
Creates a custom plugin using the specified properties.
createCustomPluginAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateWorkerConfigurationResult> createWorkerConfigurationAsync(CreateWorkerConfigurationRequest request)
AWSKafkaConnectAsync
Creates a worker configuration using the specified properties.
createWorkerConfigurationAsync
in interface AWSKafkaConnectAsync
public Future<CreateWorkerConfigurationResult> createWorkerConfigurationAsync(CreateWorkerConfigurationRequest request, AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler)
AWSKafkaConnectAsync
Creates a worker configuration using the specified properties.
createWorkerConfigurationAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConnectorResult> deleteConnectorAsync(DeleteConnectorRequest request)
AWSKafkaConnectAsync
Deletes the specified connector.
deleteConnectorAsync
in interface AWSKafkaConnectAsync
public Future<DeleteConnectorResult> deleteConnectorAsync(DeleteConnectorRequest request, AsyncHandler<DeleteConnectorRequest,DeleteConnectorResult> asyncHandler)
AWSKafkaConnectAsync
Deletes the specified connector.
deleteConnectorAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCustomPluginResult> deleteCustomPluginAsync(DeleteCustomPluginRequest request)
AWSKafkaConnectAsync
Deletes a custom plugin.
deleteCustomPluginAsync
in interface AWSKafkaConnectAsync
public Future<DeleteCustomPluginResult> deleteCustomPluginAsync(DeleteCustomPluginRequest request, AsyncHandler<DeleteCustomPluginRequest,DeleteCustomPluginResult> asyncHandler)
AWSKafkaConnectAsync
Deletes a custom plugin.
deleteCustomPluginAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteWorkerConfigurationResult> deleteWorkerConfigurationAsync(DeleteWorkerConfigurationRequest request)
AWSKafkaConnectAsync
Deletes the specified worker configuration.
deleteWorkerConfigurationAsync
in interface AWSKafkaConnectAsync
public Future<DeleteWorkerConfigurationResult> deleteWorkerConfigurationAsync(DeleteWorkerConfigurationRequest request, AsyncHandler<DeleteWorkerConfigurationRequest,DeleteWorkerConfigurationResult> asyncHandler)
AWSKafkaConnectAsync
Deletes the specified worker configuration.
deleteWorkerConfigurationAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeConnectorResult> describeConnectorAsync(DescribeConnectorRequest request)
AWSKafkaConnectAsync
Returns summary information about the connector.
describeConnectorAsync
in interface AWSKafkaConnectAsync
public Future<DescribeConnectorResult> describeConnectorAsync(DescribeConnectorRequest request, AsyncHandler<DescribeConnectorRequest,DescribeConnectorResult> asyncHandler)
AWSKafkaConnectAsync
Returns summary information about the connector.
describeConnectorAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeCustomPluginResult> describeCustomPluginAsync(DescribeCustomPluginRequest request)
AWSKafkaConnectAsync
A summary description of the custom plugin.
describeCustomPluginAsync
in interface AWSKafkaConnectAsync
public Future<DescribeCustomPluginResult> describeCustomPluginAsync(DescribeCustomPluginRequest request, AsyncHandler<DescribeCustomPluginRequest,DescribeCustomPluginResult> asyncHandler)
AWSKafkaConnectAsync
A summary description of the custom plugin.
describeCustomPluginAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeWorkerConfigurationResult> describeWorkerConfigurationAsync(DescribeWorkerConfigurationRequest request)
AWSKafkaConnectAsync
Returns information about a worker configuration.
describeWorkerConfigurationAsync
in interface AWSKafkaConnectAsync
public Future<DescribeWorkerConfigurationResult> describeWorkerConfigurationAsync(DescribeWorkerConfigurationRequest request, AsyncHandler<DescribeWorkerConfigurationRequest,DescribeWorkerConfigurationResult> asyncHandler)
AWSKafkaConnectAsync
Returns information about a worker configuration.
describeWorkerConfigurationAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConnectorsResult> listConnectorsAsync(ListConnectorsRequest request)
AWSKafkaConnectAsync
Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.
listConnectorsAsync
in interface AWSKafkaConnectAsync
public Future<ListConnectorsResult> listConnectorsAsync(ListConnectorsRequest request, AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler)
AWSKafkaConnectAsync
Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.
listConnectorsAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCustomPluginsResult> listCustomPluginsAsync(ListCustomPluginsRequest request)
AWSKafkaConnectAsync
Returns a list of all of the custom plugins in this account and Region.
listCustomPluginsAsync
in interface AWSKafkaConnectAsync
public Future<ListCustomPluginsResult> listCustomPluginsAsync(ListCustomPluginsRequest request, AsyncHandler<ListCustomPluginsRequest,ListCustomPluginsResult> asyncHandler)
AWSKafkaConnectAsync
Returns a list of all of the custom plugins in this account and Region.
listCustomPluginsAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSKafkaConnectAsync
Lists all the tags attached to the specified resource.
listTagsForResourceAsync
in interface AWSKafkaConnectAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSKafkaConnectAsync
Lists all the tags attached to the specified resource.
listTagsForResourceAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListWorkerConfigurationsResult> listWorkerConfigurationsAsync(ListWorkerConfigurationsRequest request)
AWSKafkaConnectAsync
Returns a list of all of the worker configurations in this account and Region.
listWorkerConfigurationsAsync
in interface AWSKafkaConnectAsync
public Future<ListWorkerConfigurationsResult> listWorkerConfigurationsAsync(ListWorkerConfigurationsRequest request, AsyncHandler<ListWorkerConfigurationsRequest,ListWorkerConfigurationsResult> asyncHandler)
AWSKafkaConnectAsync
Returns a list of all of the worker configurations in this account and Region.
listWorkerConfigurationsAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSKafkaConnectAsync
Attaches tags to the specified resource.
tagResourceAsync
in interface AWSKafkaConnectAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSKafkaConnectAsync
Attaches tags to the specified resource.
tagResourceAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSKafkaConnectAsync
Removes tags from the specified resource.
untagResourceAsync
in interface AWSKafkaConnectAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSKafkaConnectAsync
Removes tags from the specified resource.
untagResourceAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateConnectorResult> updateConnectorAsync(UpdateConnectorRequest request)
AWSKafkaConnectAsync
Updates the specified connector.
updateConnectorAsync
in interface AWSKafkaConnectAsync
public Future<UpdateConnectorResult> updateConnectorAsync(UpdateConnectorRequest request, AsyncHandler<UpdateConnectorRequest,UpdateConnectorResult> asyncHandler)
AWSKafkaConnectAsync
Updates the specified connector.
updateConnectorAsync
in interface AWSKafkaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.