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