@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSAmplifyUIBuilderAsync extends AWSAmplifyUIBuilder
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSAmplifyUIBuilderAsync
instead.
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. You can then connect these UI components to an application's backend Amazon Web Services resources.
You can also use the Amplify Studio visual designer to create UI components and model data for an app. For more information, see Introduction in the Amplify Docs.
The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework. For more information about deploying an Amplify application to Amazon Web Services, see the Amplify User Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<CreateComponentResult> |
createComponentAsync(CreateComponentRequest createComponentRequest)
Creates a new component for an Amplify app.
|
Future<CreateComponentResult> |
createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a new component for an Amplify app.
|
Future<CreateFormResult> |
createFormAsync(CreateFormRequest createFormRequest)
Creates a new form for an Amplify app.
|
Future<CreateFormResult> |
createFormAsync(CreateFormRequest createFormRequest,
AsyncHandler<CreateFormRequest,CreateFormResult> asyncHandler)
Creates a new form for an Amplify app.
|
Future<CreateThemeResult> |
createThemeAsync(CreateThemeRequest createThemeRequest)
Creates a theme to apply to the components in an Amplify app.
|
Future<CreateThemeResult> |
createThemeAsync(CreateThemeRequest createThemeRequest,
AsyncHandler<CreateThemeRequest,CreateThemeResult> asyncHandler)
Creates a theme to apply to the components in an Amplify app.
|
Future<DeleteComponentResult> |
deleteComponentAsync(DeleteComponentRequest deleteComponentRequest)
Deletes a component from an Amplify app.
|
Future<DeleteComponentResult> |
deleteComponentAsync(DeleteComponentRequest deleteComponentRequest,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler)
Deletes a component from an Amplify app.
|
Future<DeleteFormResult> |
deleteFormAsync(DeleteFormRequest deleteFormRequest)
Deletes a form from an Amplify app.
|
Future<DeleteFormResult> |
deleteFormAsync(DeleteFormRequest deleteFormRequest,
AsyncHandler<DeleteFormRequest,DeleteFormResult> asyncHandler)
Deletes a form from an Amplify app.
|
Future<DeleteThemeResult> |
deleteThemeAsync(DeleteThemeRequest deleteThemeRequest)
Deletes a theme from an Amplify app.
|
Future<DeleteThemeResult> |
deleteThemeAsync(DeleteThemeRequest deleteThemeRequest,
AsyncHandler<DeleteThemeRequest,DeleteThemeResult> asyncHandler)
Deletes a theme from an Amplify app.
|
Future<ExchangeCodeForTokenResult> |
exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest)
|
Future<ExchangeCodeForTokenResult> |
exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest,
AsyncHandler<ExchangeCodeForTokenRequest,ExchangeCodeForTokenResult> asyncHandler)
|
Future<ExportComponentsResult> |
exportComponentsAsync(ExportComponentsRequest exportComponentsRequest)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportComponentsResult> |
exportComponentsAsync(ExportComponentsRequest exportComponentsRequest,
AsyncHandler<ExportComponentsRequest,ExportComponentsResult> asyncHandler)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportFormsResult> |
exportFormsAsync(ExportFormsRequest exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportFormsResult> |
exportFormsAsync(ExportFormsRequest exportFormsRequest,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportThemesResult> |
exportThemesAsync(ExportThemesRequest exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportThemesResult> |
exportThemesAsync(ExportThemesRequest exportThemesRequest,
AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
Future<GetCodegenJobResult> |
getCodegenJobAsync(GetCodegenJobRequest getCodegenJobRequest)
Returns an existing code generation job.
|
Future<GetCodegenJobResult> |
getCodegenJobAsync(GetCodegenJobRequest getCodegenJobRequest,
AsyncHandler<GetCodegenJobRequest,GetCodegenJobResult> asyncHandler)
Returns an existing code generation job.
|
Future<GetComponentResult> |
getComponentAsync(GetComponentRequest getComponentRequest)
Returns an existing component for an Amplify app.
|
Future<GetComponentResult> |
getComponentAsync(GetComponentRequest getComponentRequest,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler)
Returns an existing component for an Amplify app.
|
Future<GetFormResult> |
getFormAsync(GetFormRequest getFormRequest)
Returns an existing form for an Amplify app.
|
Future<GetFormResult> |
getFormAsync(GetFormRequest getFormRequest,
AsyncHandler<GetFormRequest,GetFormResult> asyncHandler)
Returns an existing form for an Amplify app.
|
Future<GetMetadataResult> |
getMetadataAsync(GetMetadataRequest getMetadataRequest)
Returns existing metadata for an Amplify app.
|
Future<GetMetadataResult> |
getMetadataAsync(GetMetadataRequest getMetadataRequest,
AsyncHandler<GetMetadataRequest,GetMetadataResult> asyncHandler)
Returns existing metadata for an Amplify app.
|
Future<GetThemeResult> |
getThemeAsync(GetThemeRequest getThemeRequest)
Returns an existing theme for an Amplify app.
|
Future<GetThemeResult> |
getThemeAsync(GetThemeRequest getThemeRequest,
AsyncHandler<GetThemeRequest,GetThemeResult> asyncHandler)
Returns an existing theme for an Amplify app.
|
Future<ListCodegenJobsResult> |
listCodegenJobsAsync(ListCodegenJobsRequest listCodegenJobsRequest)
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
|
Future<ListCodegenJobsResult> |
listCodegenJobsAsync(ListCodegenJobsRequest listCodegenJobsRequest,
AsyncHandler<ListCodegenJobsRequest,ListCodegenJobsResult> asyncHandler)
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
|
Future<ListComponentsResult> |
listComponentsAsync(ListComponentsRequest listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
Future<ListComponentsResult> |
listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Retrieves a list of components for a specified Amplify app and backend environment.
|
Future<ListFormsResult> |
listFormsAsync(ListFormsRequest listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
Future<ListFormsResult> |
listFormsAsync(ListFormsRequest listFormsRequest,
AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for a specified Amazon Resource Name (ARN).
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for a specified Amazon Resource Name (ARN).
|
Future<ListThemesResult> |
listThemesAsync(ListThemesRequest listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
Future<ListThemesResult> |
listThemesAsync(ListThemesRequest listThemesRequest,
AsyncHandler<ListThemesRequest,ListThemesResult> asyncHandler)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
Future<PutMetadataFlagResult> |
putMetadataFlagAsync(PutMetadataFlagRequest putMetadataFlagRequest)
Stores the metadata information about a feature on a form.
|
Future<PutMetadataFlagResult> |
putMetadataFlagAsync(PutMetadataFlagRequest putMetadataFlagRequest,
AsyncHandler<PutMetadataFlagRequest,PutMetadataFlagResult> asyncHandler)
Stores the metadata information about a feature on a form.
|
Future<RefreshTokenResult> |
refreshTokenAsync(RefreshTokenRequest refreshTokenRequest)
|
Future<RefreshTokenResult> |
refreshTokenAsync(RefreshTokenRequest refreshTokenRequest,
AsyncHandler<RefreshTokenRequest,RefreshTokenResult> asyncHandler)
|
Future<StartCodegenJobResult> |
startCodegenJobAsync(StartCodegenJobRequest startCodegenJobRequest)
Starts a code generation job for a specified Amplify app and backend environment.
|
Future<StartCodegenJobResult> |
startCodegenJobAsync(StartCodegenJobRequest startCodegenJobRequest,
AsyncHandler<StartCodegenJobRequest,StartCodegenJobResult> asyncHandler)
Starts a code generation job for a specified Amplify app and backend environment.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Tags the resource with a tag key and value.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags the resource with a tag key and value.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Untags a resource with a specified Amazon Resource Name (ARN).
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Untags a resource with a specified Amazon Resource Name (ARN).
|
Future<UpdateComponentResult> |
updateComponentAsync(UpdateComponentRequest updateComponentRequest)
Updates an existing component.
|
Future<UpdateComponentResult> |
updateComponentAsync(UpdateComponentRequest updateComponentRequest,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Updates an existing component.
|
Future<UpdateFormResult> |
updateFormAsync(UpdateFormRequest updateFormRequest)
Updates an existing form.
|
Future<UpdateFormResult> |
updateFormAsync(UpdateFormRequest updateFormRequest,
AsyncHandler<UpdateFormRequest,UpdateFormResult> asyncHandler)
Updates an existing form.
|
Future<UpdateThemeResult> |
updateThemeAsync(UpdateThemeRequest updateThemeRequest)
Updates an existing theme.
|
Future<UpdateThemeResult> |
updateThemeAsync(UpdateThemeRequest updateThemeRequest,
AsyncHandler<UpdateThemeRequest,UpdateThemeResult> asyncHandler)
Updates an existing theme.
|
createComponent, createForm, createTheme, deleteComponent, deleteForm, deleteTheme, exchangeCodeForToken, exportComponents, exportForms, exportThemes, getCachedResponseMetadata, getCodegenJob, getComponent, getForm, getMetadata, getTheme, listCodegenJobs, listComponents, listForms, listTagsForResource, listThemes, putMetadataFlag, refreshToken, shutdown, startCodegenJob, tagResource, untagResource, updateComponent, updateForm, updateTheme
Future<CreateComponentResult> createComponentAsync(CreateComponentRequest createComponentRequest)
Creates a new component for an Amplify app.
createComponentRequest
- Future<CreateComponentResult> createComponentAsync(CreateComponentRequest createComponentRequest, AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a new component for an Amplify app.
createComponentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateFormResult> createFormAsync(CreateFormRequest createFormRequest)
Creates a new form for an Amplify app.
createFormRequest
- Future<CreateFormResult> createFormAsync(CreateFormRequest createFormRequest, AsyncHandler<CreateFormRequest,CreateFormResult> asyncHandler)
Creates a new form for an Amplify app.
createFormRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateThemeResult> createThemeAsync(CreateThemeRequest createThemeRequest)
Creates a theme to apply to the components in an Amplify app.
createThemeRequest
- Future<CreateThemeResult> createThemeAsync(CreateThemeRequest createThemeRequest, AsyncHandler<CreateThemeRequest,CreateThemeResult> asyncHandler)
Creates a theme to apply to the components in an Amplify app.
createThemeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteComponentResult> deleteComponentAsync(DeleteComponentRequest deleteComponentRequest)
Deletes a component from an Amplify app.
deleteComponentRequest
- Future<DeleteComponentResult> deleteComponentAsync(DeleteComponentRequest deleteComponentRequest, AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler)
Deletes a component from an Amplify app.
deleteComponentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteFormResult> deleteFormAsync(DeleteFormRequest deleteFormRequest)
Deletes a form from an Amplify app.
deleteFormRequest
- Future<DeleteFormResult> deleteFormAsync(DeleteFormRequest deleteFormRequest, AsyncHandler<DeleteFormRequest,DeleteFormResult> asyncHandler)
Deletes a form from an Amplify app.
deleteFormRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteThemeResult> deleteThemeAsync(DeleteThemeRequest deleteThemeRequest)
Deletes a theme from an Amplify app.
deleteThemeRequest
- Future<DeleteThemeResult> deleteThemeAsync(DeleteThemeRequest deleteThemeRequest, AsyncHandler<DeleteThemeRequest,DeleteThemeResult> asyncHandler)
Deletes a theme from an Amplify app.
deleteThemeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ExchangeCodeForTokenResult> exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest)
This is for internal use.
Amplify uses this action to exchange an access code for a token.
exchangeCodeForTokenRequest
- Future<ExchangeCodeForTokenResult> exchangeCodeForTokenAsync(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest, AsyncHandler<ExchangeCodeForTokenRequest,ExchangeCodeForTokenResult> asyncHandler)
This is for internal use.
Amplify uses this action to exchange an access code for a token.
exchangeCodeForTokenRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ExportComponentsResult> exportComponentsAsync(ExportComponentsRequest exportComponentsRequest)
Exports component configurations to code that is ready to integrate into an Amplify app.
exportComponentsRequest
- Future<ExportComponentsResult> exportComponentsAsync(ExportComponentsRequest exportComponentsRequest, AsyncHandler<ExportComponentsRequest,ExportComponentsResult> asyncHandler)
Exports component configurations to code that is ready to integrate into an Amplify app.
exportComponentsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ExportFormsResult> exportFormsAsync(ExportFormsRequest exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
exportFormsRequest
- Future<ExportFormsResult> exportFormsAsync(ExportFormsRequest exportFormsRequest, AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler)
Exports form configurations to code that is ready to integrate into an Amplify app.
exportFormsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ExportThemesResult> exportThemesAsync(ExportThemesRequest exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
exportThemesRequest
- Future<ExportThemesResult> exportThemesAsync(ExportThemesRequest exportThemesRequest, AsyncHandler<ExportThemesRequest,ExportThemesResult> asyncHandler)
Exports theme configurations to code that is ready to integrate into an Amplify app.
exportThemesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCodegenJobResult> getCodegenJobAsync(GetCodegenJobRequest getCodegenJobRequest)
Returns an existing code generation job.
getCodegenJobRequest
- Future<GetCodegenJobResult> getCodegenJobAsync(GetCodegenJobRequest getCodegenJobRequest, AsyncHandler<GetCodegenJobRequest,GetCodegenJobResult> asyncHandler)
Returns an existing code generation job.
getCodegenJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetComponentResult> getComponentAsync(GetComponentRequest getComponentRequest)
Returns an existing component for an Amplify app.
getComponentRequest
- Future<GetComponentResult> getComponentAsync(GetComponentRequest getComponentRequest, AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler)
Returns an existing component for an Amplify app.
getComponentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetFormResult> getFormAsync(GetFormRequest getFormRequest)
Returns an existing form for an Amplify app.
getFormRequest
- Future<GetFormResult> getFormAsync(GetFormRequest getFormRequest, AsyncHandler<GetFormRequest,GetFormResult> asyncHandler)
Returns an existing form for an Amplify app.
getFormRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMetadataResult> getMetadataAsync(GetMetadataRequest getMetadataRequest)
Returns existing metadata for an Amplify app.
getMetadataRequest
- Future<GetMetadataResult> getMetadataAsync(GetMetadataRequest getMetadataRequest, AsyncHandler<GetMetadataRequest,GetMetadataResult> asyncHandler)
Returns existing metadata for an Amplify app.
getMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetThemeResult> getThemeAsync(GetThemeRequest getThemeRequest)
Returns an existing theme for an Amplify app.
getThemeRequest
- Future<GetThemeResult> getThemeAsync(GetThemeRequest getThemeRequest, AsyncHandler<GetThemeRequest,GetThemeResult> asyncHandler)
Returns an existing theme for an Amplify app.
getThemeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListCodegenJobsResult> listCodegenJobsAsync(ListCodegenJobsRequest listCodegenJobsRequest)
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
listCodegenJobsRequest
- Future<ListCodegenJobsResult> listCodegenJobsAsync(ListCodegenJobsRequest listCodegenJobsRequest, AsyncHandler<ListCodegenJobsRequest,ListCodegenJobsResult> asyncHandler)
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
listCodegenJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListComponentsResult> listComponentsAsync(ListComponentsRequest listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
listComponentsRequest
- Future<ListComponentsResult> listComponentsAsync(ListComponentsRequest listComponentsRequest, AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Retrieves a list of components for a specified Amplify app and backend environment.
listComponentsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListFormsResult> listFormsAsync(ListFormsRequest listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
listFormsRequest
- Future<ListFormsResult> listFormsAsync(ListFormsRequest listFormsRequest, AsyncHandler<ListFormsRequest,ListFormsResult> asyncHandler)
Retrieves a list of forms for a specified Amplify app and backend environment.
listFormsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for a specified Amazon Resource Name (ARN).
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for a specified Amazon Resource Name (ARN).
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListThemesResult> listThemesAsync(ListThemesRequest listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
listThemesRequest
- Future<ListThemesResult> listThemesAsync(ListThemesRequest listThemesRequest, AsyncHandler<ListThemesRequest,ListThemesResult> asyncHandler)
Retrieves a list of themes for a specified Amplify app and backend environment.
listThemesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutMetadataFlagResult> putMetadataFlagAsync(PutMetadataFlagRequest putMetadataFlagRequest)
Stores the metadata information about a feature on a form.
putMetadataFlagRequest
- Future<PutMetadataFlagResult> putMetadataFlagAsync(PutMetadataFlagRequest putMetadataFlagRequest, AsyncHandler<PutMetadataFlagRequest,PutMetadataFlagResult> asyncHandler)
Stores the metadata information about a feature on a form.
putMetadataFlagRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RefreshTokenResult> refreshTokenAsync(RefreshTokenRequest refreshTokenRequest)
This is for internal use.
Amplify uses this action to refresh a previously issued access token that might have expired.
refreshTokenRequest
- Future<RefreshTokenResult> refreshTokenAsync(RefreshTokenRequest refreshTokenRequest, AsyncHandler<RefreshTokenRequest,RefreshTokenResult> asyncHandler)
This is for internal use.
Amplify uses this action to refresh a previously issued access token that might have expired.
refreshTokenRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartCodegenJobResult> startCodegenJobAsync(StartCodegenJobRequest startCodegenJobRequest)
Starts a code generation job for a specified Amplify app and backend environment.
startCodegenJobRequest
- Future<StartCodegenJobResult> startCodegenJobAsync(StartCodegenJobRequest startCodegenJobRequest, AsyncHandler<StartCodegenJobRequest,StartCodegenJobResult> asyncHandler)
Starts a code generation job for a specified Amplify app and backend environment.
startCodegenJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Tags the resource with a tag key and value.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags the resource with a tag key and value.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Untags a resource with a specified Amazon Resource Name (ARN).
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Untags a resource with a specified Amazon Resource Name (ARN).
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateComponentResult> updateComponentAsync(UpdateComponentRequest updateComponentRequest)
Updates an existing component.
updateComponentRequest
- Future<UpdateComponentResult> updateComponentAsync(UpdateComponentRequest updateComponentRequest, AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Updates an existing component.
updateComponentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateFormResult> updateFormAsync(UpdateFormRequest updateFormRequest)
Updates an existing form.
updateFormRequest
- Future<UpdateFormResult> updateFormAsync(UpdateFormRequest updateFormRequest, AsyncHandler<UpdateFormRequest,UpdateFormResult> asyncHandler)
Updates an existing form.
updateFormRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateThemeResult> updateThemeAsync(UpdateThemeRequest updateThemeRequest)
Updates an existing theme.
updateThemeRequest
- Future<UpdateThemeResult> updateThemeAsync(UpdateThemeRequest updateThemeRequest, AsyncHandler<UpdateThemeRequest,UpdateThemeResult> asyncHandler)
Updates an existing theme.
updateThemeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.