Uses of Class
software.amazon.awssdk.services.chime.model.EventsConfiguration
-
Packages that use EventsConfiguration Package Description software.amazon.awssdk.services.chime.model -
-
Uses of EventsConfiguration in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return EventsConfiguration Modifier and Type Method Description EventsConfigurationGetEventsConfigurationResponse. eventsConfiguration()The events configuration details.EventsConfigurationPutEventsConfigurationResponse. eventsConfiguration()The configuration that allows a bot to receive outgoing events.Methods in software.amazon.awssdk.services.chime.model with parameters of type EventsConfiguration Modifier and Type Method Description GetEventsConfigurationResponse.BuilderGetEventsConfigurationResponse.Builder. eventsConfiguration(EventsConfiguration eventsConfiguration)The events configuration details.PutEventsConfigurationResponse.BuilderPutEventsConfigurationResponse.Builder. eventsConfiguration(EventsConfiguration eventsConfiguration)The configuration that allows a bot to receive outgoing events.
-