| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
GetEventsConfigurationResult |
AmazonChimeClient.getEventsConfiguration(GetEventsConfigurationRequest request)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
GetEventsConfigurationResult |
AmazonChime.getEventsConfiguration(GetEventsConfigurationRequest getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
GetEventsConfigurationResult |
AbstractAmazonChime.getEventsConfiguration(GetEventsConfigurationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventsConfigurationResult> |
AmazonChimeAsyncClient.getEventsConfigurationAsync(GetEventsConfigurationRequest request,
AsyncHandler<GetEventsConfigurationRequest,GetEventsConfigurationResult> asyncHandler) |
Future<GetEventsConfigurationResult> |
AmazonChimeAsync.getEventsConfigurationAsync(GetEventsConfigurationRequest getEventsConfigurationRequest,
AsyncHandler<GetEventsConfigurationRequest,GetEventsConfigurationResult> asyncHandler)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
Future<GetEventsConfigurationResult> |
AbstractAmazonChimeAsync.getEventsConfigurationAsync(GetEventsConfigurationRequest request,
AsyncHandler<GetEventsConfigurationRequest,GetEventsConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEventsConfigurationResult |
GetEventsConfigurationResult.clone() |
GetEventsConfigurationResult |
GetEventsConfigurationResult.withEventsConfiguration(EventsConfiguration eventsConfiguration)
The events configuration details.
|
Copyright © 2021. All rights reserved.