Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.UpdateThemeRequest.Builder
-
Packages that use UpdateThemeRequest.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications.software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of UpdateThemeRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder
Method parameters in software.amazon.awssdk.services.amplifyuibuilder with type arguments of type UpdateThemeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateThemeResponse>AmplifyUiBuilderAsyncClient. updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)Updates an existing theme.default UpdateThemeResponseAmplifyUiBuilderClient. updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)Updates an existing theme. -
Uses of UpdateThemeRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return UpdateThemeRequest.Builder Modifier and Type Method Description UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. appId(String appId)The unique ID for the Amplify app.static UpdateThemeRequest.BuilderUpdateThemeRequest. builder()UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. clientToken(String clientToken)The unique client token.UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. environmentName(String environmentName)The name of the backend environment that is part of the Amplify app.UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. id(String id)The unique ID for the theme.UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThemeRequest.BuilderUpdateThemeRequest. toBuilder()default UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. updatedTheme(Consumer<UpdateThemeData.Builder> updatedTheme)The configuration of the updated theme.UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. updatedTheme(UpdateThemeData updatedTheme)The configuration of the updated theme.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type UpdateThemeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateThemeRequest.Builder>UpdateThemeRequest. serializableBuilderClass()
-