| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
MutationActionSetStateParameter |
MutationActionSetStateParameter.clone() |
MutationActionSetStateParameter |
ActionParameters.getState()
A key-value pair that specifies the state property name and its initial value.
|
MutationActionSetStateParameter |
MutationActionSetStateParameter.withComponentName(String componentName)
The name of the component that is being modified.
|
MutationActionSetStateParameter |
MutationActionSetStateParameter.withProperty(String property)
The name of the component property to apply the state configuration to.
|
MutationActionSetStateParameter |
MutationActionSetStateParameter.withSet(ComponentProperty set)
The state configuration to assign to the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionParameters.setState(MutationActionSetStateParameter state)
A key-value pair that specifies the state property name and its initial value.
|
ActionParameters |
ActionParameters.withState(MutationActionSetStateParameter state)
A key-value pair that specifies the state property name and its initial value.
|
Copyright © 2024. All rights reserved.