| 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 |
|---|---|
Future<DeleteComponentResult> |
AWSAmplifyUIBuilderAsyncClient.deleteComponentAsync(DeleteComponentRequest request,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler) |
Future<DeleteComponentResult> |
AWSAmplifyUIBuilderAsync.deleteComponentAsync(DeleteComponentRequest deleteComponentRequest,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler)
Deletes a component from an Amplify app.
|
Future<DeleteComponentResult> |
AbstractAWSAmplifyUIBuilderAsync.deleteComponentAsync(DeleteComponentRequest request,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteComponentRequest |
DeleteComponentRequest.clone() |
DeleteComponentRequest |
DeleteComponentRequest.withAppId(String appId)
The unique ID of the Amplify app associated with the component to delete.
|
DeleteComponentRequest |
DeleteComponentRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
DeleteComponentRequest |
DeleteComponentRequest.withId(String id)
The unique ID of the component to delete.
|
Copyright © 2024. All rights reserved.