Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormSummary
-
Packages that use FormSummary Package Description software.amazon.awssdk.services.amplifyuibuilder.model software.amazon.awssdk.services.amplifyuibuilder.paginators -
-
Uses of FormSummary in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FormSummary Modifier and Type Method Description List<FormSummary>ListFormsResponse. entities()The list of forms for the Amplify app.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormSummary Modifier and Type Method Description ListFormsResponse.BuilderListFormsResponse.Builder. entities(FormSummary... entities)The list of forms for the Amplify app.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FormSummary Modifier and Type Method Description ListFormsResponse.BuilderListFormsResponse.Builder. entities(Collection<FormSummary> entities)The list of forms for the Amplify app. -
Uses of FormSummary in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type FormSummary Modifier and Type Method Description SdkIterable<FormSummary>ListFormsIterable. entities()Returns an iterable to iterate through the paginatedListFormsResponse.entities()member.SdkPublisher<FormSummary>ListFormsPublisher. entities()Returns a publisher that can be used to get a stream of data.
-