| 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 |
|---|---|
UpdateComponentResult |
AWSAmplifyUIBuilderClient.updateComponent(UpdateComponentRequest request)
Updates an existing component.
|
UpdateComponentResult |
AWSAmplifyUIBuilder.updateComponent(UpdateComponentRequest updateComponentRequest)
Updates an existing component.
|
UpdateComponentResult |
AbstractAWSAmplifyUIBuilder.updateComponent(UpdateComponentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateComponentResult> |
AWSAmplifyUIBuilderAsyncClient.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
Future<UpdateComponentResult> |
AWSAmplifyUIBuilderAsync.updateComponentAsync(UpdateComponentRequest updateComponentRequest,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Updates an existing component.
|
Future<UpdateComponentResult> |
AbstractAWSAmplifyUIBuilderAsync.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentResult |
UpdateComponentResult.clone() |
UpdateComponentResult |
UpdateComponentResult.withEntity(Component entity)
Describes the configuration of the updated component.
|
Copyright © 2024. All rights reserved.