| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerConfigurationResult |
AbstractAWSKafkaConnect.createWorkerConfiguration(CreateWorkerConfigurationRequest request) |
CreateWorkerConfigurationResult |
AWSKafkaConnectClient.createWorkerConfiguration(CreateWorkerConfigurationRequest request)
Creates a worker configuration using the specified properties.
|
CreateWorkerConfigurationResult |
AWSKafkaConnect.createWorkerConfiguration(CreateWorkerConfigurationRequest createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkerConfigurationResult> |
AbstractAWSKafkaConnectAsync.createWorkerConfigurationAsync(CreateWorkerConfigurationRequest request,
AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler) |
Future<CreateWorkerConfigurationResult> |
AWSKafkaConnectAsync.createWorkerConfigurationAsync(CreateWorkerConfigurationRequest createWorkerConfigurationRequest,
AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler)
Creates a worker configuration using the specified properties.
|
Future<CreateWorkerConfigurationResult> |
AWSKafkaConnectAsyncClient.createWorkerConfigurationAsync(CreateWorkerConfigurationRequest request,
AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerConfigurationResult |
CreateWorkerConfigurationResult.clone() |
CreateWorkerConfigurationResult |
CreateWorkerConfigurationResult.withCreationTime(Date creationTime)
The time that the worker configuration was created.
|
CreateWorkerConfigurationResult |
CreateWorkerConfigurationResult.withLatestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
|
CreateWorkerConfigurationResult |
CreateWorkerConfigurationResult.withName(String name)
The name of the worker configuration.
|
CreateWorkerConfigurationResult |
CreateWorkerConfigurationResult.withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
|
Copyright © 2022. All rights reserved.