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