| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ExportThemesResult |
AWSAmplifyUIBuilderClient.exportThemes(ExportThemesRequest request)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
ExportThemesResult |
AbstractAWSAmplifyUIBuilder.exportThemes(ExportThemesRequest request) |
ExportThemesResult |
AWSAmplifyUIBuilder.exportThemes(ExportThemesRequest exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportThemesResult> |
AWSAmplifyUIBuilderAsyncClient.exportThemesAsync(ExportThemesRequest request) |
Future<ExportThemesResult> |
AbstractAWSAmplifyUIBuilderAsync.exportThemesAsync(ExportThemesRequest request) |
Future<ExportThemesResult> |
AWSAmplifyUIBuilderAsync.exportThemesAsync(ExportThemesRequest exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportThemesResult> |
AWSAmplifyUIBuilderAsyncClient.exportThemesAsync(ExportThemesRequest request,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler) |
Future<ExportThemesResult> |
AbstractAWSAmplifyUIBuilderAsync.exportThemesAsync(ExportThemesRequest request,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler) |
Future<ExportThemesResult> |
AWSAmplifyUIBuilderAsync.exportThemesAsync(ExportThemesRequest exportThemesRequest,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportThemesResult> |
AWSAmplifyUIBuilderAsyncClient.exportThemesAsync(ExportThemesRequest request,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler) |
Future<ExportThemesResult> |
AbstractAWSAmplifyUIBuilderAsync.exportThemesAsync(ExportThemesRequest request,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler) |
Future<ExportThemesResult> |
AWSAmplifyUIBuilderAsync.exportThemesAsync(ExportThemesRequest exportThemesRequest,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ExportThemesResult |
ExportThemesResult.clone() |
ExportThemesResult |
ExportThemesResult.withEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
ExportThemesResult |
ExportThemesResult.withEntities(Theme... entities)
Represents the configuration of the exported themes.
|
ExportThemesResult |
ExportThemesResult.withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
Copyright © 2025. All rights reserved.