Uses of Interface
software.amazon.awssdk.services.chime.model.PutEventsConfigurationResponse.Builder
-
Packages that use PutEventsConfigurationResponse.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of PutEventsConfigurationResponse.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return PutEventsConfigurationResponse.Builder Modifier and Type Method Description static PutEventsConfigurationResponse.BuilderPutEventsConfigurationResponse. builder()default PutEventsConfigurationResponse.BuilderPutEventsConfigurationResponse.Builder. eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)The configuration that allows a bot to receive outgoing events.PutEventsConfigurationResponse.BuilderPutEventsConfigurationResponse.Builder. eventsConfiguration(EventsConfiguration eventsConfiguration)The configuration that allows a bot to receive outgoing events.PutEventsConfigurationResponse.BuilderPutEventsConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type PutEventsConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends PutEventsConfigurationResponse.Builder>PutEventsConfigurationResponse. serializableBuilderClass()
-