Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.GetThemeResponse.Builder
-
Packages that use GetThemeResponse.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of GetThemeResponse.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return GetThemeResponse.Builder Modifier and Type Method Description static GetThemeResponse.BuilderGetThemeResponse. builder()default GetThemeResponse.BuilderGetThemeResponse.Builder. theme(Consumer<Theme.Builder> theme)Represents the configuration settings for the theme.GetThemeResponse.BuilderGetThemeResponse.Builder. theme(Theme theme)Represents the configuration settings for the theme.GetThemeResponse.BuilderGetThemeResponse. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type GetThemeResponse.Builder Modifier and Type Method Description static Class<? extends GetThemeResponse.Builder>GetThemeResponse. serializableBuilderClass()
-