@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSKafkaConnect extends Object implements AWSKafkaConnect
AWSKafkaConnect. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX | Modifier and Type | Method and Description |
|---|---|
CreateConnectorResult |
createConnector (CreateConnectorRequest request)
Creates a connector using the specified properties.
|
CreateCustomPluginResult |
createCustomPlugin (CreateCustomPluginRequest request)
Creates a custom plugin using the specified properties.
|
CreateWorkerConfigurationResult |
createWorkerConfiguration (CreateWorkerConfigurationRequest request)
Creates a worker configuration using the specified properties.
|
DeleteConnectorResult |
deleteConnector (DeleteConnectorRequest request)
Deletes the specified connector.
|
DeleteCustomPluginResult |
deleteCustomPlugin (DeleteCustomPluginRequest request)
Deletes a custom plugin.
|
DeleteWorkerConfigurationResult |
deleteWorkerConfiguration (DeleteWorkerConfigurationRequest request)
Deletes the specified worker configuration.
|
DescribeConnectorResult |
describeConnector (DescribeConnectorRequest request)
Returns summary information about the connector.
|
DescribeCustomPluginResult |
describeCustomPlugin (DescribeCustomPluginRequest request)
A summary description of the custom plugin.
|
DescribeWorkerConfigurationResult |
describeWorkerConfiguration (DescribeWorkerConfigurationRequest request)
Returns information about a worker configuration.
|
ResponseMetadata |
getCachedResponseMetadata (AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListConnectorsResult |
listConnectors (ListConnectorsRequest request)
Returns a list of all the connectors in this account and Region.
|
ListCustomPluginsResult |
listCustomPlugins (ListCustomPluginsRequest request)
Returns a list of all of the custom plugins in this account and Region.
|
ListTagsForResourceResult |
listTagsForResource (ListTagsForResourceRequest request)
Lists all the tags attached to the specified resource.
|
ListWorkerConfigurationsResult |
listWorkerConfigurations (ListWorkerConfigurationsRequest request)
Returns a list of all of the worker configurations in this account and Region.
|
void |
shutdown ()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource (TagResourceRequest request)
Attaches tags to the specified resource.
|
UntagResourceResult |
untagResource (UntagResourceRequest request)
Removes tags from the specified resource.
|
UpdateConnectorResult |
updateConnector (UpdateConnectorRequest request)
Updates the specified connector.
|
public CreateConnectorResult createConnector(CreateConnectorRequest request)
AWSKafkaConnect Creates a connector using the specified properties.
createConnector in interface AWSKafkaConnect public CreateCustomPluginResult createCustomPlugin(CreateCustomPluginRequest request)
AWSKafkaConnect Creates a custom plugin using the specified properties.
createCustomPlugin in interface AWSKafkaConnect public CreateWorkerConfigurationResult createWorkerConfiguration(CreateWorkerConfigurationRequest request)
AWSKafkaConnect Creates a worker configuration using the specified properties.
createWorkerConfiguration in interface AWSKafkaConnect public DeleteConnectorResult deleteConnector(DeleteConnectorRequest request)
AWSKafkaConnect Deletes the specified connector.
deleteConnector in interface AWSKafkaConnect public DeleteCustomPluginResult deleteCustomPlugin(DeleteCustomPluginRequest request)
AWSKafkaConnect Deletes a custom plugin.
deleteCustomPlugin in interface AWSKafkaConnect public DeleteWorkerConfigurationResult deleteWorkerConfiguration(DeleteWorkerConfigurationRequest request)
AWSKafkaConnect Deletes the specified worker configuration.
deleteWorkerConfiguration in interface AWSKafkaConnect public DescribeConnectorResult describeConnector(DescribeConnectorRequest request)
AWSKafkaConnect Returns summary information about the connector.
describeConnector in interface AWSKafkaConnect public DescribeCustomPluginResult describeCustomPlugin(DescribeCustomPluginRequest request)
AWSKafkaConnect A summary description of the custom plugin.
describeCustomPlugin in interface AWSKafkaConnect public DescribeWorkerConfigurationResult describeWorkerConfiguration(DescribeWorkerConfigurationRequest request)
AWSKafkaConnect Returns information about a worker configuration.
describeWorkerConfiguration in interface AWSKafkaConnect public ListConnectorsResult listConnectors(ListConnectorsRequest request)
AWSKafkaConnect 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.
listConnectors in interface AWSKafkaConnect public ListCustomPluginsResult listCustomPlugins(ListCustomPluginsRequest request)
AWSKafkaConnect Returns a list of all of the custom plugins in this account and Region.
listCustomPlugins in interface AWSKafkaConnect public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSKafkaConnect Lists all the tags attached to the specified resource.
listTagsForResource in interface AWSKafkaConnect public ListWorkerConfigurationsResult listWorkerConfigurations(ListWorkerConfigurationsRequest request)
AWSKafkaConnect Returns a list of all of the worker configurations in this account and Region.
listWorkerConfigurations in interface AWSKafkaConnect public TagResourceResult tagResource(TagResourceRequest request)
AWSKafkaConnect Attaches tags to the specified resource.
tagResource in interface AWSKafkaConnect public UntagResourceResult untagResource(UntagResourceRequest request)
AWSKafkaConnect Removes tags from the specified resource.
untagResource in interface AWSKafkaConnect public UpdateConnectorResult updateConnector(UpdateConnectorRequest request)
AWSKafkaConnect Updates the specified connector.
updateConnector in interface AWSKafkaConnect public void shutdown()
AWSKafkaConnect shutdown in interface AWSKafkaConnect public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSKafkaConnect Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSKafkaConnect request - The originally executed request.