Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.CreateFormResponse.Builder
-
Packages that use CreateFormResponse.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of CreateFormResponse.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return CreateFormResponse.Builder Modifier and Type Method Description static CreateFormResponse.BuilderCreateFormResponse. builder()default CreateFormResponse.BuilderCreateFormResponse.Builder. entity(Consumer<Form.Builder> entity)Describes the configuration of the new form.CreateFormResponse.BuilderCreateFormResponse.Builder. entity(Form entity)Describes the configuration of the new form.CreateFormResponse.BuilderCreateFormResponse. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type CreateFormResponse.Builder Modifier and Type Method Description static Class<? extends CreateFormResponse.Builder>CreateFormResponse. serializableBuilderClass()
-