| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static EndPointType |
EndPointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EndPointType |
EndPointType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
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()
|
| Modifier and Type | Method and Description |
|---|---|
SelfManagedEventSource.Builder |
SelfManagedEventSource.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"]. |
Copyright © 2023. All rights reserved.