Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentEvent
-
Packages that use ComponentEvent Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentEvent in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentEvent Modifier and Type Method Description Map<String,ComponentEvent>Component. events()Describes the events that can be raised on the component.Map<String,ComponentEvent>ComponentChild. events()Describes the events that can be raised on the child component.Map<String,ComponentEvent>CreateComponentData. events()The event configuration for the component.Map<String,ComponentEvent>UpdateComponentData. events()The event configuration for the component.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ComponentEvent Modifier and Type Method Description Component.BuilderComponent.Builder. events(Map<String,ComponentEvent> events)Describes the events that can be raised on the component.ComponentChild.BuilderComponentChild.Builder. events(Map<String,ComponentEvent> events)Describes the events that can be raised on the child component.CreateComponentData.BuilderCreateComponentData.Builder. events(Map<String,ComponentEvent> events)The event configuration for the component.UpdateComponentData.BuilderUpdateComponentData.Builder. events(Map<String,ComponentEvent> events)The event configuration for the component.
-