Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentProperty
-
Packages that use ComponentProperty Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentProperty in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ComponentProperty Modifier and Type Method Description ComponentPropertyActionParameters. anchor()The HTML anchor link to the location to open.ComponentPropertyComponentConditionProperty. elseValue()The value to assign to the property if the condition is not met.ComponentPropertyActionParameters. global()Specifies whether the user should be signed out globally.ComponentPropertyActionParameters. id()The unique ID of the component that theActionParametersapply to.ComponentPropertyMutationActionSetStateParameter. set()The state configuration to assign to the property.ComponentPropertyActionParameters. target()The element within the same component to modify when the action occurs.ComponentPropertyComponentConditionProperty. then()The value to assign to the property if the condition is met.ComponentPropertyActionParameters. type()The type of navigation action.ComponentPropertyActionParameters. url()The URL to the location to open.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentProperty Modifier and Type Method Description List<ComponentProperty>ComponentProperty. concat()A list of component properties to concatenate to create the value to assign to this component property.Map<String,ComponentProperty>ActionParameters. fields()A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.Map<String,ComponentProperty>Component. properties()Describes the component's properties.Map<String,ComponentProperty>ComponentChild. properties()Describes the properties of the child component.Map<String,ComponentProperty>CreateComponentData. properties()Describes the component's properties.Map<String,ComponentProperty>UpdateComponentData. properties()Describes the component's properties.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ComponentProperty Modifier and Type Method Description ActionParameters.BuilderActionParameters.Builder. anchor(ComponentProperty anchor)The HTML anchor link to the location to open.ComponentProperty.BuilderComponentProperty.Builder. concat(ComponentProperty... concat)A list of component properties to concatenate to create the value to assign to this component property.ComponentConditionProperty.BuilderComponentConditionProperty.Builder. elseValue(ComponentProperty elseValue)The value to assign to the property if the condition is not met.ActionParameters.BuilderActionParameters.Builder. global(ComponentProperty global)Specifies whether the user should be signed out globally.ActionParameters.BuilderActionParameters.Builder. id(ComponentProperty id)The unique ID of the component that theActionParametersapply to.MutationActionSetStateParameter.BuilderMutationActionSetStateParameter.Builder. set(ComponentProperty set)The state configuration to assign to the property.ActionParameters.BuilderActionParameters.Builder. target(ComponentProperty target)The element within the same component to modify when the action occurs.ComponentConditionProperty.BuilderComponentConditionProperty.Builder. then(ComponentProperty then)The value to assign to the property if the condition is met.ActionParameters.BuilderActionParameters.Builder. type(ComponentProperty type)The type of navigation action.ActionParameters.BuilderActionParameters.Builder. url(ComponentProperty url)The URL to the location to open.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ComponentProperty Modifier and Type Method Description ComponentProperty.BuilderComponentProperty.Builder. concat(Collection<ComponentProperty> concat)A list of component properties to concatenate to create the value to assign to this component property.ActionParameters.BuilderActionParameters.Builder. fields(Map<String,ComponentProperty> fields)A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.Component.BuilderComponent.Builder. properties(Map<String,ComponentProperty> properties)Describes the component's properties.ComponentChild.BuilderComponentChild.Builder. properties(Map<String,ComponentProperty> properties)Describes the properties of the child component.CreateComponentData.BuilderCreateComponentData.Builder. properties(Map<String,ComponentProperty> properties)Describes the component's properties.UpdateComponentData.BuilderUpdateComponentData.Builder. properties(Map<String,ComponentProperty> properties)Describes the component's properties.
-