Uses of Enum
software.amazon.awssdk.services.lambda.model.KafkaSchemaValidationAttribute
Packages that use KafkaSchemaValidationAttribute
-
Uses of KafkaSchemaValidationAttribute in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return KafkaSchemaValidationAttributeModifier and TypeMethodDescriptionKafkaSchemaValidationConfig.attribute()The attributes you want your schema registry to validate and filter for.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static KafkaSchemaValidationAttribute[]KafkaSchemaValidationAttribute.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type KafkaSchemaValidationAttributeModifier and TypeMethodDescriptionstatic Set<KafkaSchemaValidationAttribute>KafkaSchemaValidationAttribute.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type KafkaSchemaValidationAttributeModifier and TypeMethodDescriptionKafkaSchemaValidationConfig.Builder.attribute(KafkaSchemaValidationAttribute attribute) The attributes you want your schema registry to validate and filter for.