| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can 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 |
AbstractAmazonChime.getEventsConfiguration(GetEventsConfigurationRequest request) |
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.
|
Future<GetEventsConfigurationResult> |
AmazonChimeAsyncClient.getEventsConfigurationAsync(GetEventsConfigurationRequest request) |
Future<GetEventsConfigurationResult> |
AbstractAmazonChimeAsync.getEventsConfigurationAsync(GetEventsConfigurationRequest request) |
Future<GetEventsConfigurationResult> |
AmazonChimeAsync.getEventsConfigurationAsync(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.
|
Future<GetEventsConfigurationResult> |
AmazonChimeAsyncClient.getEventsConfigurationAsync(GetEventsConfigurationRequest request,
AsyncHandler<GetEventsConfigurationRequest,GetEventsConfigurationResult> asyncHandler) |
Future<GetEventsConfigurationResult> |
AbstractAmazonChimeAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventsConfigurationResult> |
AmazonChimeAsyncClient.getEventsConfigurationAsync(GetEventsConfigurationRequest request,
AsyncHandler<GetEventsConfigurationRequest,GetEventsConfigurationResult> asyncHandler) |
Future<GetEventsConfigurationResult> |
AbstractAmazonChimeAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventsConfigurationRequest |
GetEventsConfigurationRequest.clone() |
GetEventsConfigurationRequest |
GetEventsConfigurationRequest.withAccountId(String accountId)
The Amazon Chime account ID.
|
GetEventsConfigurationRequest |
GetEventsConfigurationRequest.withBotId(String botId)
The bot ID.
|
Copyright © 2023. All rights reserved.