Uses of Class
software.amazon.awssdk.services.lambda.model.KafkaSchemaRegistryAccessConfig
Packages that use KafkaSchemaRegistryAccessConfig
-
Uses of KafkaSchemaRegistryAccessConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type KafkaSchemaRegistryAccessConfigModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.accessConfigs()An array of access configuration objects that tell Lambda how to authenticate with your schema registry.Methods in software.amazon.awssdk.services.lambda.model with parameters of type KafkaSchemaRegistryAccessConfigModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.Builder.accessConfigs(KafkaSchemaRegistryAccessConfig... accessConfigs) An array of access configuration objects that tell Lambda how to authenticate with your schema registry.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type KafkaSchemaRegistryAccessConfigModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.Builder.accessConfigs(Collection<KafkaSchemaRegistryAccessConfig> accessConfigs) An array of access configuration objects that tell Lambda how to authenticate with your schema registry.