Uses of Class
software.amazon.awssdk.services.chime.model.PutEventsConfigurationResponse
-
Packages that use PutEventsConfigurationResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of PutEventsConfigurationResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return PutEventsConfigurationResponse Modifier and Type Method Description default PutEventsConfigurationResponseChimeClient. putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.default PutEventsConfigurationResponseChimeClient. putEventsConfiguration(PutEventsConfigurationRequest putEventsConfigurationRequest)Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.Methods in software.amazon.awssdk.services.chime that return types with arguments of type PutEventsConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutEventsConfigurationResponse>ChimeAsyncClient. putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.default CompletableFuture<PutEventsConfigurationResponse>ChimeAsyncClient. putEventsConfiguration(PutEventsConfigurationRequest putEventsConfigurationRequest)Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
-