| 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 |
|---|---|
CreateComponentResult |
AWSAmplifyUIBuilderClient.createComponent(CreateComponentRequest request)
Creates a new component for an Amplify app.
|
CreateComponentResult |
AbstractAWSAmplifyUIBuilder.createComponent(CreateComponentRequest request) |
CreateComponentResult |
AWSAmplifyUIBuilder.createComponent(CreateComponentRequest createComponentRequest)
Creates a new component for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentResult> |
AWSAmplifyUIBuilderAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AbstractAWSAmplifyUIBuilderAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AWSAmplifyUIBuilderAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a new component for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentResult |
CreateComponentResult.clone() |
CreateComponentResult |
CreateComponentResult.withEntity(Component entity)
Describes the configuration of the new component.
|
Copyright © 2025. All rights reserved.