Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.Form
-
Packages that use Form Package Description software.amazon.awssdk.services.amplifyuibuilder.model software.amazon.awssdk.services.amplifyuibuilder.paginators -
-
Uses of Form in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return Form Modifier and Type Method Description FormCreateFormResponse. entity()Describes the configuration of the new form.FormUpdateFormResponse. entity()Describes the configuration of the updated form.FormGetFormResponse. form()Represents the configuration settings for the form.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type Form Modifier and Type Method Description List<Form>ExportFormsResponse. entities()Represents the configuration of the exported forms.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type Form Modifier and Type Method Description ExportFormsResponse.BuilderExportFormsResponse.Builder. entities(Form... entities)Represents the configuration of the exported forms.CreateFormResponse.BuilderCreateFormResponse.Builder. entity(Form entity)Describes the configuration of the new form.UpdateFormResponse.BuilderUpdateFormResponse.Builder. entity(Form entity)Describes the configuration of the updated form.GetFormResponse.BuilderGetFormResponse.Builder. form(Form form)Represents the configuration settings for the form.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type Form Modifier and Type Method Description ExportFormsResponse.BuilderExportFormsResponse.Builder. entities(Collection<Form> entities)Represents the configuration of the exported forms. -
Uses of Form in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type Form Modifier and Type Method Description SdkIterable<Form>ExportFormsIterable. entities()Returns an iterable to iterate through the paginatedExportFormsResponse.entities()member.SdkPublisher<Form>ExportFormsPublisher. entities()Returns a publisher that can be used to get a stream of data.
-