Uses of Enum
software.amazon.awssdk.services.lambda.model.SchemaRegistryEventRecordFormat
Packages that use SchemaRegistryEventRecordFormat
-
Uses of SchemaRegistryEventRecordFormat in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SchemaRegistryEventRecordFormatModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.eventRecordFormat()The record format that Lambda delivers to your function after schema validation.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 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 SchemaRegistryEventRecordFormatModifier and TypeMethodDescriptionstatic Set<SchemaRegistryEventRecordFormat>SchemaRegistryEventRecordFormat.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type SchemaRegistryEventRecordFormatModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.Builder.eventRecordFormat(SchemaRegistryEventRecordFormat eventRecordFormat) The record format that Lambda delivers to your function after schema validation.