Uses of Class
software.amazon.awssdk.services.lambda.model.SchemaRegistryEventRecordFormat
-
Packages that use SchemaRegistryEventRecordFormat Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of SchemaRegistryEventRecordFormat in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SchemaRegistryEventRecordFormat Modifier and Type Method Description SchemaRegistryEventRecordFormatKafkaSchemaRegistryConfig. eventRecordFormat()The record format that Lambda delivers to your function after schema validation.static SchemaRegistryEventRecordFormatSchemaRegistryEventRecordFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SchemaRegistryEventRecordFormatSchemaRegistryEventRecordFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaRegistryEventRecordFormat[]SchemaRegistryEventRecordFormat. 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 SchemaRegistryEventRecordFormat Modifier and Type Method Description static Set<SchemaRegistryEventRecordFormat>SchemaRegistryEventRecordFormat. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type SchemaRegistryEventRecordFormat Modifier and Type Method Description KafkaSchemaRegistryConfig.BuilderKafkaSchemaRegistryConfig.Builder. eventRecordFormat(SchemaRegistryEventRecordFormat eventRecordFormat)The record format that Lambda delivers to your function after schema validation.
-