| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model | |
| software.amazon.awssdk.services.amplifyuibuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FormSummary> |
ListFormsResponse.entities()
The list of forms for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListFormsResponse.Builder |
ListFormsResponse.Builder.entities(FormSummary... entities)
The list of forms for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListFormsResponse.Builder |
ListFormsResponse.Builder.entities(Collection<FormSummary> entities)
The list of forms for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FormSummary> |
ListFormsIterable.entities()
Returns an iterable to iterate through the paginated
ListFormsResponse.entities() member. |
SdkPublisher<FormSummary> |
ListFormsPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.