| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model | |
| software.amazon.awssdk.services.amplifyuibuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
Form |
UpdateFormResponse.entity()
Describes the configuration of the updated form.
|
Form |
CreateFormResponse.entity()
Describes the configuration of the new form.
|
Form |
GetFormResponse.form()
Represents the configuration settings for the form.
|
| Modifier and Type | Method and Description |
|---|---|
List<Form> |
ExportFormsResponse.entities()
Represents the configuration of the exported forms.
|
| Modifier and Type | Method and Description |
|---|---|
ExportFormsResponse.Builder |
ExportFormsResponse.Builder.entities(Form... entities)
Represents the configuration of the exported forms.
|
UpdateFormResponse.Builder |
UpdateFormResponse.Builder.entity(Form entity)
Describes the configuration of the updated form.
|
CreateFormResponse.Builder |
CreateFormResponse.Builder.entity(Form entity)
Describes the configuration of the new form.
|
GetFormResponse.Builder |
GetFormResponse.Builder.form(Form form)
Represents the configuration settings for the form.
|
| Modifier and Type | Method and Description |
|---|---|
ExportFormsResponse.Builder |
ExportFormsResponse.Builder.entities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Form> |
ExportFormsPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Form> |
ExportFormsIterable.entities()
Returns an iterable to iterate through the paginated
ExportFormsResponse.entities() member. |
Copyright © 2023. All rights reserved.