| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static FormStyleConfig |
FormStyleConfig.fromTokenReference(String tokenReference)
Create an instance of this class with
tokenReference() initialized to the given value. |
static FormStyleConfig |
FormStyleConfig.fromValue(String value)
Create an instance of this class with
value() initialized to the given value. |
FormStyleConfig |
FormStyle.horizontalGap()
The spacing for the horizontal gap.
|
FormStyleConfig |
FormStyle.outerPadding()
The size of the outer padding for the form.
|
FormStyleConfig |
FormStyle.verticalGap()
The spacing for the vertical gap.
|
| Modifier and Type | Method and Description |
|---|---|
FormStyle.Builder |
FormStyle.Builder.horizontalGap(FormStyleConfig horizontalGap)
The spacing for the horizontal gap.
|
FormStyle.Builder |
FormStyle.Builder.outerPadding(FormStyleConfig outerPadding)
The size of the outer padding for the form.
|
FormStyle.Builder |
FormStyle.Builder.verticalGap(FormStyleConfig verticalGap)
The spacing for the vertical gap.
|
Copyright © 2022. All rights reserved.