| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model | |
| software.amazon.awssdk.services.amplifyuibuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
Theme |
CreateThemeResponse.entity()
Describes the configuration of the new theme.
|
Theme |
UpdateThemeResponse.entity()
Describes the configuration of the updated theme.
|
Theme |
GetThemeResponse.theme()
Represents the configuration settings for the theme.
|
| Modifier and Type | Method and Description |
|---|---|
List<Theme> |
ExportThemesResponse.entities()
Represents the configuration of the exported themes.
|
| Modifier and Type | Method and Description |
|---|---|
ExportThemesResponse.Builder |
ExportThemesResponse.Builder.entities(Theme... entities)
Represents the configuration of the exported themes.
|
CreateThemeResponse.Builder |
CreateThemeResponse.Builder.entity(Theme entity)
Describes the configuration of the new theme.
|
UpdateThemeResponse.Builder |
UpdateThemeResponse.Builder.entity(Theme entity)
Describes the configuration of the updated theme.
|
GetThemeResponse.Builder |
GetThemeResponse.Builder.theme(Theme theme)
Represents the configuration settings for the theme.
|
| Modifier and Type | Method and Description |
|---|---|
ExportThemesResponse.Builder |
ExportThemesResponse.Builder.entities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Theme> |
ExportThemesPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Theme> |
ExportThemesIterable.entities()
Returns an iterable to iterate through the paginated
ExportThemesResponse.entities() member. |
Copyright © 2022. All rights reserved.