| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutEventsConfigurationResult> |
AmazonChimeAsyncClient.putEventsConfigurationAsync(PutEventsConfigurationRequest request,
AsyncHandler<PutEventsConfigurationRequest,PutEventsConfigurationResult> asyncHandler) |
Future<PutEventsConfigurationResult> |
AmazonChimeAsync.putEventsConfigurationAsync(PutEventsConfigurationRequest putEventsConfigurationRequest,
AsyncHandler<PutEventsConfigurationRequest,PutEventsConfigurationResult> asyncHandler)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
Future<PutEventsConfigurationResult> |
AbstractAmazonChimeAsync.putEventsConfigurationAsync(PutEventsConfigurationRequest request,
AsyncHandler<PutEventsConfigurationRequest,PutEventsConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutEventsConfigurationRequest |
PutEventsConfigurationRequest.clone() |
PutEventsConfigurationRequest |
PutEventsConfigurationRequest.withAccountId(String accountId)
The Amazon Chime account ID.
|
PutEventsConfigurationRequest |
PutEventsConfigurationRequest.withBotId(String botId)
The bot ID.
|
PutEventsConfigurationRequest |
PutEventsConfigurationRequest.withLambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
|
PutEventsConfigurationRequest |
PutEventsConfigurationRequest.withOutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
|
Copyright © 2023. All rights reserved.