@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSKafkaConnectAsync extends AWSKafkaConnect
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSKafkaConnectAsync
instead.
ENDPOINT_PREFIX
createConnector, createCustomPlugin, createWorkerConfiguration, deleteConnector, deleteCustomPlugin, deleteWorkerConfiguration, describeConnector, describeCustomPlugin, describeWorkerConfiguration, getCachedResponseMetadata, listConnectors, listCustomPlugins, listTagsForResource, listWorkerConfigurations, shutdown, tagResource, untagResource, updateConnector
Future<CreateConnectorResult> createConnectorAsync(CreateConnectorRequest createConnectorRequest)
Creates a connector using the specified properties.
createConnectorRequest
- Future<CreateConnectorResult> createConnectorAsync(CreateConnectorRequest createConnectorRequest, AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler)
Creates a connector using the specified properties.
createConnectorRequest
- 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.Future<CreateCustomPluginResult> createCustomPluginAsync(CreateCustomPluginRequest createCustomPluginRequest)
Creates a custom plugin using the specified properties.
createCustomPluginRequest
- Future<CreateCustomPluginResult> createCustomPluginAsync(CreateCustomPluginRequest createCustomPluginRequest, AsyncHandler<CreateCustomPluginRequest,CreateCustomPluginResult> asyncHandler)
Creates a custom plugin using the specified properties.
createCustomPluginRequest
- 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.Future<CreateWorkerConfigurationResult> createWorkerConfigurationAsync(CreateWorkerConfigurationRequest createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
createWorkerConfigurationRequest
- Future<CreateWorkerConfigurationResult> createWorkerConfigurationAsync(CreateWorkerConfigurationRequest createWorkerConfigurationRequest, AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler)
Creates a worker configuration using the specified properties.
createWorkerConfigurationRequest
- 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.Future<DeleteConnectorResult> deleteConnectorAsync(DeleteConnectorRequest deleteConnectorRequest)
Deletes the specified connector.
deleteConnectorRequest
- Future<DeleteConnectorResult> deleteConnectorAsync(DeleteConnectorRequest deleteConnectorRequest, AsyncHandler<DeleteConnectorRequest,DeleteConnectorResult> asyncHandler)
Deletes the specified connector.
deleteConnectorRequest
- 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.Future<DeleteCustomPluginResult> deleteCustomPluginAsync(DeleteCustomPluginRequest deleteCustomPluginRequest)
Deletes a custom plugin.
deleteCustomPluginRequest
- Future<DeleteCustomPluginResult> deleteCustomPluginAsync(DeleteCustomPluginRequest deleteCustomPluginRequest, AsyncHandler<DeleteCustomPluginRequest,DeleteCustomPluginResult> asyncHandler)
Deletes a custom plugin.
deleteCustomPluginRequest
- 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.Future<DeleteWorkerConfigurationResult> deleteWorkerConfigurationAsync(DeleteWorkerConfigurationRequest deleteWorkerConfigurationRequest)
Deletes the specified worker configuration.
deleteWorkerConfigurationRequest
- Future<DeleteWorkerConfigurationResult> deleteWorkerConfigurationAsync(DeleteWorkerConfigurationRequest deleteWorkerConfigurationRequest, AsyncHandler<DeleteWorkerConfigurationRequest,DeleteWorkerConfigurationResult> asyncHandler)
Deletes the specified worker configuration.
deleteWorkerConfigurationRequest
- 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.Future<DescribeConnectorResult> describeConnectorAsync(DescribeConnectorRequest describeConnectorRequest)
Returns summary information about the connector.
describeConnectorRequest
- Future<DescribeConnectorResult> describeConnectorAsync(DescribeConnectorRequest describeConnectorRequest, AsyncHandler<DescribeConnectorRequest,DescribeConnectorResult> asyncHandler)
Returns summary information about the connector.
describeConnectorRequest
- 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.Future<DescribeCustomPluginResult> describeCustomPluginAsync(DescribeCustomPluginRequest describeCustomPluginRequest)
A summary description of the custom plugin.
describeCustomPluginRequest
- Future<DescribeCustomPluginResult> describeCustomPluginAsync(DescribeCustomPluginRequest describeCustomPluginRequest, AsyncHandler<DescribeCustomPluginRequest,DescribeCustomPluginResult> asyncHandler)
A summary description of the custom plugin.
describeCustomPluginRequest
- 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.Future<DescribeWorkerConfigurationResult> describeWorkerConfigurationAsync(DescribeWorkerConfigurationRequest describeWorkerConfigurationRequest)
Returns information about a worker configuration.
describeWorkerConfigurationRequest
- Future<DescribeWorkerConfigurationResult> describeWorkerConfigurationAsync(DescribeWorkerConfigurationRequest describeWorkerConfigurationRequest, AsyncHandler<DescribeWorkerConfigurationRequest,DescribeWorkerConfigurationResult> asyncHandler)
Returns information about a worker configuration.
describeWorkerConfigurationRequest
- 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.Future<ListConnectorsResult> listConnectorsAsync(ListConnectorsRequest listConnectorsRequest)
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.
listConnectorsRequest
- Future<ListConnectorsResult> listConnectorsAsync(ListConnectorsRequest listConnectorsRequest, AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler)
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.
listConnectorsRequest
- 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.Future<ListCustomPluginsResult> listCustomPluginsAsync(ListCustomPluginsRequest listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
listCustomPluginsRequest
- Future<ListCustomPluginsResult> listCustomPluginsAsync(ListCustomPluginsRequest listCustomPluginsRequest, AsyncHandler<ListCustomPluginsRequest,ListCustomPluginsResult> asyncHandler)
Returns a list of all of the custom plugins in this account and Region.
listCustomPluginsRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags attached to the specified resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all the tags attached to the specified resource.
listTagsForResourceRequest
- 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.Future<ListWorkerConfigurationsResult> listWorkerConfigurationsAsync(ListWorkerConfigurationsRequest listWorkerConfigurationsRequest)
Returns a list of all of the worker configurations in this account and Region.
listWorkerConfigurationsRequest
- Future<ListWorkerConfigurationsResult> listWorkerConfigurationsAsync(ListWorkerConfigurationsRequest listWorkerConfigurationsRequest, AsyncHandler<ListWorkerConfigurationsRequest,ListWorkerConfigurationsResult> asyncHandler)
Returns a list of all of the worker configurations in this account and Region.
listWorkerConfigurationsRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Attaches tags to the specified resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Attaches tags to the specified resource.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from the specified resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from the specified resource.
untagResourceRequest
- 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.Future<UpdateConnectorResult> updateConnectorAsync(UpdateConnectorRequest updateConnectorRequest)
Updates the specified connector.
updateConnectorRequest
- Future<UpdateConnectorResult> updateConnectorAsync(UpdateConnectorRequest updateConnectorRequest, AsyncHandler<UpdateConnectorRequest,UpdateConnectorResult> asyncHandler)
Updates the specified connector.
updateConnectorRequest
- 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.