Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.Theme
-
Packages that use Theme Package Description software.amazon.awssdk.services.amplifyuibuilder.model software.amazon.awssdk.services.amplifyuibuilder.paginators -
-
Uses of Theme in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return Theme Modifier and Type Method Description ThemeCreateThemeResponse. entity()Describes the configuration of the new theme.ThemeUpdateThemeResponse. entity()Describes the configuration of the updated theme.ThemeGetThemeResponse. theme()Represents the configuration settings for the theme.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type Theme Modifier and Type Method Description List<Theme>ExportThemesResponse. entities()Represents the configuration of the exported themes.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type Theme Modifier and Type Method Description ExportThemesResponse.BuilderExportThemesResponse.Builder. entities(Theme... entities)Represents the configuration of the exported themes.CreateThemeResponse.BuilderCreateThemeResponse.Builder. entity(Theme entity)Describes the configuration of the new theme.UpdateThemeResponse.BuilderUpdateThemeResponse.Builder. entity(Theme entity)Describes the configuration of the updated theme.GetThemeResponse.BuilderGetThemeResponse.Builder. theme(Theme theme)Represents the configuration settings for the theme.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type Theme Modifier and Type Method Description ExportThemesResponse.BuilderExportThemesResponse.Builder. entities(Collection<Theme> entities)Represents the configuration of the exported themes. -
Uses of Theme in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type Theme Modifier and Type Method Description SdkIterable<Theme>ExportThemesIterable. entities()Returns an iterable to iterate through the paginatedExportThemesResponse.entities()member.SdkPublisher<Theme>ExportThemesPublisher. entities()Returns a publisher that can be used to get a stream of data.
-