Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest.Builder
-
Packages that use ExportThemesRequest.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 ExportThemesRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder
Method parameters in software.amazon.awssdk.services.amplifyuibuilder with type arguments of type ExportThemesRequest.Builder Modifier and Type Method Description default CompletableFuture<ExportThemesResponse>AmplifyUiBuilderAsyncClient. exportThemes(Consumer<ExportThemesRequest.Builder> exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default ExportThemesResponseAmplifyUiBuilderClient. exportThemes(Consumer<ExportThemesRequest.Builder> exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default ExportThemesPublisherAmplifyUiBuilderAsyncClient. exportThemesPaginator(Consumer<ExportThemesRequest.Builder> exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default ExportThemesIterableAmplifyUiBuilderClient. exportThemesPaginator(Consumer<ExportThemesRequest.Builder> exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app. -
Uses of ExportThemesRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ExportThemesRequest.Builder Modifier and Type Method Description ExportThemesRequest.BuilderExportThemesRequest.Builder. appId(String appId)The unique ID of the Amplify app to export the themes to.static ExportThemesRequest.BuilderExportThemesRequest. builder()ExportThemesRequest.BuilderExportThemesRequest.Builder. environmentName(String environmentName)The name of the backend environment that is part of the Amplify app.ExportThemesRequest.BuilderExportThemesRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ExportThemesRequest.BuilderExportThemesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportThemesRequest.BuilderExportThemesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportThemesRequest.BuilderExportThemesRequest. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ExportThemesRequest.Builder Modifier and Type Method Description static Class<? extends ExportThemesRequest.Builder>ExportThemesRequest. serializableBuilderClass()
-