| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| Modifier and Type | Method and Description |
|---|---|
default GetEventsConfigurationResponse |
ChimeClient.getEventsConfiguration(Consumer<GetEventsConfigurationRequest.Builder> getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
default GetEventsConfigurationResponse |
ChimeClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEventsConfigurationResponse> |
ChimeAsyncClient.getEventsConfiguration(Consumer<GetEventsConfigurationRequest.Builder> getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
default CompletableFuture<GetEventsConfigurationResponse> |
ChimeAsyncClient.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.
|
Copyright © 2023. All rights reserved.