Uses of Class
software.amazon.awssdk.services.chime.model.DeleteEventsConfigurationRequest
-
Packages that use DeleteEventsConfigurationRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of DeleteEventsConfigurationRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type DeleteEventsConfigurationRequest Modifier and Type Method Description default CompletableFuture<DeleteEventsConfigurationResponse>ChimeAsyncClient. deleteEventsConfiguration(DeleteEventsConfigurationRequest 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. -
Uses of DeleteEventsConfigurationRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type DeleteEventsConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEventsConfigurationRequestMarshaller. marshall(DeleteEventsConfigurationRequest deleteEventsConfigurationRequest)
-