| 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 |
|---|---|
ListFormsResult |
AWSAmplifyUIBuilderClient.listForms(ListFormsRequest request)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
ListFormsResult |
AbstractAWSAmplifyUIBuilder.listForms(ListFormsRequest request) |
ListFormsResult |
AWSAmplifyUIBuilder.listForms(ListFormsRequest listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
Future<ListFormsResult> |
AWSAmplifyUIBuilderAsyncClient.listFormsAsync(ListFormsRequest request) |
Future<ListFormsResult> |
AbstractAWSAmplifyUIBuilderAsync.listFormsAsync(ListFormsRequest request) |
Future<ListFormsResult> |
AWSAmplifyUIBuilderAsync.listFormsAsync(ListFormsRequest listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
Future<ListFormsResult> |
AWSAmplifyUIBuilderAsyncClient.listFormsAsync(ListFormsRequest request,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler) |
Future<ListFormsResult> |
AbstractAWSAmplifyUIBuilderAsync.listFormsAsync(ListFormsRequest request,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler) |
Future<ListFormsResult> |
AWSAmplifyUIBuilderAsync.listFormsAsync(ListFormsRequest listFormsRequest,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFormsResult> |
AWSAmplifyUIBuilderAsyncClient.listFormsAsync(ListFormsRequest request,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler) |
Future<ListFormsResult> |
AbstractAWSAmplifyUIBuilderAsync.listFormsAsync(ListFormsRequest request,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler) |
Future<ListFormsResult> |
AWSAmplifyUIBuilderAsync.listFormsAsync(ListFormsRequest listFormsRequest,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListFormsRequest |
ListFormsRequest.clone() |
ListFormsRequest |
ListFormsRequest.withAppId(String appId)
The unique ID for the Amplify app.
|
ListFormsRequest |
ListFormsRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ListFormsRequest |
ListFormsRequest.withMaxResults(Integer maxResults)
The maximum number of forms to retrieve.
|
ListFormsRequest |
ListFormsRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
Copyright © 2025. All rights reserved.