| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
EventsConfiguration |
EventsConfiguration.clone() |
EventsConfiguration |
GetEventsConfigurationResult.getEventsConfiguration()
The events configuration details.
|
EventsConfiguration |
PutEventsConfigurationResult.getEventsConfiguration()
The configuration that allows a bot to receive outgoing events.
|
EventsConfiguration |
EventsConfiguration.withBotId(String botId)
The bot ID.
|
EventsConfiguration |
EventsConfiguration.withLambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows a bot to receive outgoing events.
|
EventsConfiguration |
EventsConfiguration.withOutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows a bot to receive outgoing events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventsConfigurationResult.setEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
|
void |
PutEventsConfigurationResult.setEventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events.
|
GetEventsConfigurationResult |
GetEventsConfigurationResult.withEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
|
PutEventsConfigurationResult |
PutEventsConfigurationResult.withEventsConfiguration(EventsConfiguration eventsConfiguration)
The configuration that allows a bot to receive outgoing events.
|
Copyright © 2023. All rights reserved.