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