Uses of Class
software.amazon.awssdk.services.chime.model.GetEventsConfigurationResponse
-
Packages that use GetEventsConfigurationResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetEventsConfigurationResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetEventsConfigurationResponse Modifier and Type Method Description default GetEventsConfigurationResponseChimeClient. 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 GetEventsConfigurationResponseChimeClient. 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.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetEventsConfigurationResponse Modifier and Type Method 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.
-