Uses of Class
software.amazon.awssdk.services.lambda.model.KafkaSchemaRegistryAuthType
-
Packages that use KafkaSchemaRegistryAuthType Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of KafkaSchemaRegistryAuthType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return KafkaSchemaRegistryAuthType Modifier and Type Method Description static KafkaSchemaRegistryAuthTypeKafkaSchemaRegistryAuthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KafkaSchemaRegistryAuthTypeKafkaSchemaRegistryAccessConfig. type()The type of authentication Lambda uses to access your schema registry.static KafkaSchemaRegistryAuthTypeKafkaSchemaRegistryAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaSchemaRegistryAuthType[]KafkaSchemaRegistryAuthType. 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 KafkaSchemaRegistryAuthType Modifier and Type Method Description static Set<KafkaSchemaRegistryAuthType>KafkaSchemaRegistryAuthType. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type KafkaSchemaRegistryAuthType Modifier and Type Method Description KafkaSchemaRegistryAccessConfig.BuilderKafkaSchemaRegistryAccessConfig.Builder. type(KafkaSchemaRegistryAuthType type)The type of authentication Lambda uses to access your schema registry.
-