@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSKafkaConnect
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSKafkaConnect
instead.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateConnectorResult |
createConnector(CreateConnectorRequest createConnectorRequest)
Creates a connector using the specified properties.
|
CreateCustomPluginResult |
createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
CreateWorkerConfigurationResult |
createWorkerConfiguration(CreateWorkerConfigurationRequest createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
|
DeleteConnectorResult |
deleteConnector(DeleteConnectorRequest deleteConnectorRequest)
Deletes the specified connector.
|
DeleteCustomPluginResult |
deleteCustomPlugin(DeleteCustomPluginRequest deleteCustomPluginRequest)
Deletes a custom plugin.
|
DeleteWorkerConfigurationResult |
deleteWorkerConfiguration(DeleteWorkerConfigurationRequest deleteWorkerConfigurationRequest)
Deletes the specified worker configuration.
|
DescribeConnectorResult |
describeConnector(DescribeConnectorRequest describeConnectorRequest)
Returns summary information about the connector.
|
DescribeCustomPluginResult |
describeCustomPlugin(DescribeCustomPluginRequest describeCustomPluginRequest)
A summary description of the custom plugin.
|
DescribeWorkerConfigurationResult |
describeWorkerConfiguration(DescribeWorkerConfigurationRequest describeWorkerConfigurationRequest)
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 listConnectorsRequest)
Returns a list of all the connectors in this account and Region.
|
ListCustomPluginsResult |
listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags attached to the specified resource.
|
ListWorkerConfigurationsResult |
listWorkerConfigurations(ListWorkerConfigurationsRequest listWorkerConfigurationsRequest)
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 tagResourceRequest)
Attaches tags to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified resource.
|
UpdateConnectorResult |
updateConnector(UpdateConnectorRequest updateConnectorRequest)
Updates the specified connector.
|
static final String ENDPOINT_PREFIX
CreateConnectorResult createConnector(CreateConnectorRequest createConnectorRequest)
Creates a connector using the specified properties.
createConnectorRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ConflictException
- HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another
name.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.CreateCustomPluginResult createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)
Creates a custom plugin using the specified properties.
createCustomPluginRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ConflictException
- HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another
name.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.CreateWorkerConfigurationResult createWorkerConfiguration(CreateWorkerConfigurationRequest createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
createWorkerConfigurationRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ConflictException
- HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another
name.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.DeleteConnectorResult deleteConnector(DeleteConnectorRequest deleteConnectorRequest)
Deletes the specified connector.
deleteConnectorRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.DeleteCustomPluginResult deleteCustomPlugin(DeleteCustomPluginRequest deleteCustomPluginRequest)
Deletes a custom plugin.
deleteCustomPluginRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.DeleteWorkerConfigurationResult deleteWorkerConfiguration(DeleteWorkerConfigurationRequest deleteWorkerConfigurationRequest)
Deletes the specified worker configuration.
deleteWorkerConfigurationRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.DescribeConnectorResult describeConnector(DescribeConnectorRequest describeConnectorRequest)
Returns summary information about the connector.
describeConnectorRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.DescribeCustomPluginResult describeCustomPlugin(DescribeCustomPluginRequest describeCustomPluginRequest)
A summary description of the custom plugin.
describeCustomPluginRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.DescribeWorkerConfigurationResult describeWorkerConfiguration(DescribeWorkerConfigurationRequest describeWorkerConfigurationRequest)
Returns information about a worker configuration.
describeWorkerConfigurationRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ListConnectorsResult listConnectors(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
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ListCustomPluginsResult listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
listCustomPluginsRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags attached to the specified resource.
listTagsForResourceRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ListWorkerConfigurationsResult listWorkerConfigurations(ListWorkerConfigurationsRequest listWorkerConfigurationsRequest)
Returns a list of all of the worker configurations in this account and Region.
listWorkerConfigurationsRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Attaches tags to the specified resource.
tagResourceRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ConflictException
- HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another
name.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified resource.
untagResourceRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.UpdateConnectorResult updateConnector(UpdateConnectorRequest updateConnectorRequest)
Updates the specified connector.
updateConnectorRequest
- NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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.
request
- The originally executed request.