Uses of Class
software.amazon.awssdk.services.chime.model.DeleteEventsConfigurationResponse
-
Packages that use DeleteEventsConfigurationResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of DeleteEventsConfigurationResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return DeleteEventsConfigurationResponse Modifier and Type Method Description default DeleteEventsConfigurationResponseChimeClient. deleteEventsConfiguration(Consumer<DeleteEventsConfigurationRequest.Builder> deleteEventsConfigurationRequest)Deletes the events configuration that allows a bot to receive outgoing events.default DeleteEventsConfigurationResponseChimeClient. deleteEventsConfiguration(DeleteEventsConfigurationRequest deleteEventsConfigurationRequest)Deletes the events configuration that allows a bot to receive outgoing events.Methods in software.amazon.awssdk.services.chime that return types with arguments of type DeleteEventsConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteEventsConfigurationResponse>ChimeAsyncClient. deleteEventsConfiguration(Consumer<DeleteEventsConfigurationRequest.Builder> deleteEventsConfigurationRequest)Deletes the events configuration that allows a bot to receive outgoing events.default CompletableFuture<DeleteEventsConfigurationResponse>ChimeAsyncClient. deleteEventsConfiguration(DeleteEventsConfigurationRequest deleteEventsConfigurationRequest)Deletes the events configuration that allows a bot to receive outgoing events.
-