| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventsConfigurationRequest.Builder |
GetEventsConfigurationRequest.Builder.accountId(String accountId)
The Amazon Chime account ID.
|
GetEventsConfigurationRequest.Builder |
GetEventsConfigurationRequest.Builder.botId(String botId)
The bot ID.
|
static GetEventsConfigurationRequest.Builder |
GetEventsConfigurationRequest.builder() |
GetEventsConfigurationRequest.Builder |
GetEventsConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventsConfigurationRequest.Builder |
GetEventsConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventsConfigurationRequest.Builder |
GetEventsConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventsConfigurationRequest.Builder> |
GetEventsConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.