Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentEvent.Builder
-
Packages that use ComponentEvent.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentEvent.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ComponentEvent.Builder Modifier and Type Method Description ComponentEvent.BuilderComponentEvent.Builder. action(String action)The action to perform when a specific event is raised.ComponentEvent.BuilderComponentEvent.Builder. bindingEvent(String bindingEvent)Binds an event to an action on a component.static ComponentEvent.BuilderComponentEvent. builder()default ComponentEvent.BuilderComponentEvent.Builder. parameters(Consumer<ActionParameters.Builder> parameters)Describes information about the action.ComponentEvent.BuilderComponentEvent.Builder. parameters(ActionParameters parameters)Describes information about the action.ComponentEvent.BuilderComponentEvent. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentEvent.Builder Modifier and Type Method Description static Class<? extends ComponentEvent.Builder>ComponentEvent. serializableBuilderClass()
-