| 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<UpdateComponentResult> |
AWSAmplifyUIBuilderAsyncClient.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
Future<UpdateComponentResult> |
AbstractAWSAmplifyUIBuilderAsync.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
Future<UpdateComponentResult> |
AWSAmplifyUIBuilderAsync.updateComponentAsync(UpdateComponentRequest updateComponentRequest,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Updates an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentRequest |
UpdateComponentRequest.clone() |
UpdateComponentRequest |
UpdateComponentRequest.withAppId(String appId)
The unique ID for the Amplify app.
|
UpdateComponentRequest |
UpdateComponentRequest.withClientToken(String clientToken)
The unique client token.
|
UpdateComponentRequest |
UpdateComponentRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateComponentRequest |
UpdateComponentRequest.withId(String id)
The unique ID for the component.
|
UpdateComponentRequest |
UpdateComponentRequest.withUpdatedComponent(UpdateComponentData updatedComponent)
The configuration of the updated component.
|
Copyright © 2025. All rights reserved.