| 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 |
|---|---|
Future<CreateComponentResult> |
AbstractAWSAmplifyUIBuilderAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AWSAmplifyUIBuilderAsyncClient.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 |
|---|---|
CreateComponentRequest |
CreateComponentRequest.clone() |
CreateComponentRequest |
CreateComponentRequest.withAppId(String appId)
The unique ID of the Amplify app to associate with the component.
|
CreateComponentRequest |
CreateComponentRequest.withClientToken(String clientToken)
The unique client token.
|
CreateComponentRequest |
CreateComponentRequest.withComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
|
CreateComponentRequest |
CreateComponentRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
Copyright © 2025. All rights reserved.