| 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 |
|---|---|
ListComponentsResult |
AWSAmplifyUIBuilderClient.listComponents(ListComponentsRequest request)
Retrieves a list of components for a specified Amplify app and backend environment.
|
ListComponentsResult |
AbstractAWSAmplifyUIBuilder.listComponents(ListComponentsRequest request) |
ListComponentsResult |
AWSAmplifyUIBuilder.listComponents(ListComponentsRequest listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AWSAmplifyUIBuilderAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AbstractAWSAmplifyUIBuilderAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSAmplifyUIBuilderAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Retrieves a list of components for a specified Amplify app and backend environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.clone() |
ListComponentsResult |
ListComponentsResult.withEntities(Collection<ComponentSummary> entities)
The list of components for the Amplify app.
|
ListComponentsResult |
ListComponentsResult.withEntities(ComponentSummary... entities)
The list of components for the Amplify app.
|
ListComponentsResult |
ListComponentsResult.withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
Copyright © 2025. All rights reserved.