| 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.
|
Future<ListComponentsResult> |
AWSAmplifyUIBuilderAsyncClient.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AbstractAWSAmplifyUIBuilderAsync.listComponentsAsync(ListComponentsRequest request) |
Future<ListComponentsResult> |
AWSAmplifyUIBuilderAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
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 |
|---|---|
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 |
|---|---|
ListComponentsRequest |
ListComponentsRequest.clone() |
ListComponentsRequest |
ListComponentsRequest.withAppId(String appId)
The unique ID for the Amplify app.
|
ListComponentsRequest |
ListComponentsRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ListComponentsRequest |
ListComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of components to retrieve.
|
ListComponentsRequest |
ListComponentsRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
Copyright © 2025. All rights reserved.