| 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 |
|---|---|
GetComponentResult |
AWSAmplifyUIBuilderClient.getComponent(GetComponentRequest request)
Returns an existing component for an Amplify app.
|
GetComponentResult |
AWSAmplifyUIBuilder.getComponent(GetComponentRequest getComponentRequest)
Returns an existing component for an Amplify app.
|
GetComponentResult |
AbstractAWSAmplifyUIBuilder.getComponent(GetComponentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetComponentResult> |
AWSAmplifyUIBuilderAsyncClient.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
Future<GetComponentResult> |
AWSAmplifyUIBuilderAsync.getComponentAsync(GetComponentRequest getComponentRequest,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler)
Returns an existing component for an Amplify app.
|
Future<GetComponentResult> |
AbstractAWSAmplifyUIBuilderAsync.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetComponentResult |
GetComponentResult.clone() |
GetComponentResult |
GetComponentResult.withComponent(Component component)
Represents the configuration settings for the component.
|
Copyright © 2024. All rights reserved.