Uses of Enum
software.amazon.awssdk.services.lambda.model.EndPointType
Packages that use EndPointType
-
Uses of EndPointType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EndPointTypeModifier and TypeMethodDescriptionstatic EndPointTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EndPointTypeReturns the enum constant of this type with the specified name.static EndPointType[]EndPointType.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 EndPointTypeModifier and TypeMethodDescriptionfinal Map<EndPointType,List<String>> SelfManagedEventSource.endpoints()The list of bootstrap servers for your Kafka brokers in the following format:"KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].static Set<EndPointType>EndPointType.knownValues()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type EndPointTypeModifier and TypeMethodDescriptionSelfManagedEventSource.Builder.endpoints(Map<EndPointType, ? extends Collection<String>> endpoints) The list of bootstrap servers for your Kafka brokers in the following format:"KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].