Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.WorkerConfigurationSummary
-
Packages that use WorkerConfigurationSummary Package Description software.amazon.awssdk.services.kafkaconnect.model software.amazon.awssdk.services.kafkaconnect.paginators -
-
Uses of WorkerConfigurationSummary in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type WorkerConfigurationSummary Modifier and Type Method Description List<WorkerConfigurationSummary>ListWorkerConfigurationsResponse. workerConfigurations()An array of worker configuration descriptions.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type WorkerConfigurationSummary Modifier and Type Method Description ListWorkerConfigurationsResponse.BuilderListWorkerConfigurationsResponse.Builder. workerConfigurations(WorkerConfigurationSummary... workerConfigurations)An array of worker configuration descriptions.Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type WorkerConfigurationSummary Modifier and Type Method Description ListWorkerConfigurationsResponse.BuilderListWorkerConfigurationsResponse.Builder. workerConfigurations(Collection<WorkerConfigurationSummary> workerConfigurations)An array of worker configuration descriptions. -
Uses of WorkerConfigurationSummary in software.amazon.awssdk.services.kafkaconnect.paginators
Methods in software.amazon.awssdk.services.kafkaconnect.paginators that return types with arguments of type WorkerConfigurationSummary Modifier and Type Method Description SdkIterable<WorkerConfigurationSummary>ListWorkerConfigurationsIterable. workerConfigurations()Returns an iterable to iterate through the paginatedListWorkerConfigurationsResponse.workerConfigurations()member.SdkPublisher<WorkerConfigurationSummary>ListWorkerConfigurationsPublisher. workerConfigurations()Returns a publisher that can be used to get a stream of data.
-