| 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<PutMetadataFlagResult> |
AbstractAWSAmplifyUIBuilderAsync.putMetadataFlagAsync(PutMetadataFlagRequest request,
AsyncHandler<PutMetadataFlagRequest,PutMetadataFlagResult> asyncHandler) |
Future<PutMetadataFlagResult> |
AWSAmplifyUIBuilderAsyncClient.putMetadataFlagAsync(PutMetadataFlagRequest request,
AsyncHandler<PutMetadataFlagRequest,PutMetadataFlagResult> asyncHandler) |
Future<PutMetadataFlagResult> |
AWSAmplifyUIBuilderAsync.putMetadataFlagAsync(PutMetadataFlagRequest putMetadataFlagRequest,
AsyncHandler<PutMetadataFlagRequest,PutMetadataFlagResult> asyncHandler)
Stores the metadata information about a feature on a form.
|
| Modifier and Type | Method and Description |
|---|---|
PutMetadataFlagRequest |
PutMetadataFlagRequest.clone() |
PutMetadataFlagRequest |
PutMetadataFlagRequest.withAppId(String appId)
The unique ID for the Amplify app.
|
PutMetadataFlagRequest |
PutMetadataFlagRequest.withBody(PutMetadataFlagBody body)
The metadata information to store.
|
PutMetadataFlagRequest |
PutMetadataFlagRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
PutMetadataFlagRequest |
PutMetadataFlagRequest.withFeatureName(String featureName)
The name of the feature associated with the metadata.
|
Copyright © 2025. All rights reserved.