| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentEvent> |
CreateComponentData.events()
The event configuration for the component.
|
Map<String,ComponentEvent> |
ComponentChild.events()
Describes the events that can be raised on the child component.
|
Map<String,ComponentEvent> |
Component.events()
Describes the events that can be raised on the component.
|
Map<String,ComponentEvent> |
UpdateComponentData.events()
The event configuration for the component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData.Builder |
CreateComponentData.Builder.events(Map<String,ComponentEvent> events)
The event configuration for the component.
|
ComponentChild.Builder |
ComponentChild.Builder.events(Map<String,ComponentEvent> events)
Describes the events that can be raised on the child component.
|
Component.Builder |
Component.Builder.events(Map<String,ComponentEvent> events)
Describes the events that can be raised on the component.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.events(Map<String,ComponentEvent> events)
The event configuration for the component.
|
Copyright © 2022. All rights reserved.