Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormStyleConfig
-
Packages that use FormStyleConfig Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormStyleConfig in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormStyleConfig Modifier and Type Method Description static FormStyleConfigFormStyleConfig. fromTokenReference(String tokenReference)Create an instance of this class withtokenReference()initialized to the given value.static FormStyleConfigFormStyleConfig. fromValue(String value)Create an instance of this class withvalue()initialized to the given value.FormStyleConfigFormStyle. horizontalGap()The spacing for the horizontal gap.FormStyleConfigFormStyle. outerPadding()The size of the outer padding for the form.FormStyleConfigFormStyle. verticalGap()The spacing for the vertical gap.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormStyleConfig Modifier and Type Method Description FormStyle.BuilderFormStyle.Builder. horizontalGap(FormStyleConfig horizontalGap)The spacing for the horizontal gap.FormStyle.BuilderFormStyle.Builder. outerPadding(FormStyleConfig outerPadding)The size of the outer padding for the form.FormStyle.BuilderFormStyle.Builder. verticalGap(FormStyleConfig verticalGap)The spacing for the vertical gap.
-