@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AmplifyUiBuilderClient extends SdkClient
builder() method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static AmplifyUiBuilderClientBuilder |
builder()
Create a builder that can be used to configure and create a
AmplifyUiBuilderClient. |
static AmplifyUiBuilderClient |
create()
Create a
AmplifyUiBuilderClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateComponentResponse |
createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)
Creates a new component for an Amplify app.
|
default CreateComponentResponse |
createComponent(CreateComponentRequest createComponentRequest)
Creates a new component for an Amplify app.
|
default CreateFormResponse |
createForm(Consumer<CreateFormRequest.Builder> createFormRequest)
Creates a new form for an Amplify app.
|
default CreateFormResponse |
createForm(CreateFormRequest createFormRequest)
Creates a new form for an Amplify app.
|
default CreateThemeResponse |
createTheme(Consumer<CreateThemeRequest.Builder> createThemeRequest)
Creates a theme to apply to the components in an Amplify app.
|
default CreateThemeResponse |
createTheme(CreateThemeRequest createThemeRequest)
Creates a theme to apply to the components in an Amplify app.
|
default DeleteComponentResponse |
deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest)
Deletes a component from an Amplify app.
|
default DeleteComponentResponse |
deleteComponent(DeleteComponentRequest deleteComponentRequest)
Deletes a component from an Amplify app.
|
default DeleteFormResponse |
deleteForm(Consumer<DeleteFormRequest.Builder> deleteFormRequest)
Deletes a form from an Amplify app.
|
default DeleteFormResponse |
deleteForm(DeleteFormRequest deleteFormRequest)
Deletes a form from an Amplify app.
|
default DeleteThemeResponse |
deleteTheme(Consumer<DeleteThemeRequest.Builder> deleteThemeRequest)
Deletes a theme from an Amplify app.
|
default DeleteThemeResponse |
deleteTheme(DeleteThemeRequest deleteThemeRequest)
Deletes a theme from an Amplify app.
|
default ExchangeCodeForTokenResponse |
exchangeCodeForToken(Consumer<ExchangeCodeForTokenRequest.Builder> exchangeCodeForTokenRequest)
Exchanges an access code for a token.
|
default ExchangeCodeForTokenResponse |
exchangeCodeForToken(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest)
Exchanges an access code for a token.
|
default ExportComponentsResponse |
exportComponents(Consumer<ExportComponentsRequest.Builder> exportComponentsRequest)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
default ExportComponentsResponse |
exportComponents(ExportComponentsRequest exportComponentsRequest)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
default ExportComponentsIterable |
exportComponentsPaginator(Consumer<ExportComponentsRequest.Builder> exportComponentsRequest)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
default ExportComponentsIterable |
exportComponentsPaginator(ExportComponentsRequest exportComponentsRequest)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
default ExportFormsResponse |
exportForms(Consumer<ExportFormsRequest.Builder> exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
default ExportFormsResponse |
exportForms(ExportFormsRequest exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
default ExportFormsIterable |
exportFormsPaginator(Consumer<ExportFormsRequest.Builder> exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
default ExportFormsIterable |
exportFormsPaginator(ExportFormsRequest exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
default ExportThemesResponse |
exportThemes(Consumer<ExportThemesRequest.Builder> exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
default ExportThemesResponse |
exportThemes(ExportThemesRequest exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
default ExportThemesIterable |
exportThemesPaginator(Consumer<ExportThemesRequest.Builder> exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
default ExportThemesIterable |
exportThemesPaginator(ExportThemesRequest exportThemesRequest)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
default GetComponentResponse |
getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Returns an existing component for an Amplify app.
|
default GetComponentResponse |
getComponent(GetComponentRequest getComponentRequest)
Returns an existing component for an Amplify app.
|
default GetFormResponse |
getForm(Consumer<GetFormRequest.Builder> getFormRequest)
Returns an existing form for an Amplify app.
|
default GetFormResponse |
getForm(GetFormRequest getFormRequest)
Returns an existing form for an Amplify app.
|
default GetMetadataResponse |
getMetadata(Consumer<GetMetadataRequest.Builder> getMetadataRequest)
Returns existing metadata for an Amplify app.
|
default GetMetadataResponse |
getMetadata(GetMetadataRequest getMetadataRequest)
Returns existing metadata for an Amplify app.
|
default GetThemeResponse |
getTheme(Consumer<GetThemeRequest.Builder> getThemeRequest)
Returns an existing theme for an Amplify app.
|
default GetThemeResponse |
getTheme(GetThemeRequest getThemeRequest)
Returns an existing theme for an Amplify app.
|
default ListComponentsResponse |
listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
default ListComponentsResponse |
listComponents(ListComponentsRequest listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
default ListComponentsIterable |
listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
default ListComponentsIterable |
listComponentsPaginator(ListComponentsRequest listComponentsRequest)
Retrieves a list of components for a specified Amplify app and backend environment.
|
default ListFormsResponse |
listForms(Consumer<ListFormsRequest.Builder> listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
default ListFormsResponse |
listForms(ListFormsRequest listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
default ListFormsIterable |
listFormsPaginator(Consumer<ListFormsRequest.Builder> listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
default ListFormsIterable |
listFormsPaginator(ListFormsRequest listFormsRequest)
Retrieves a list of forms for a specified Amplify app and backend environment.
|
default ListThemesResponse |
listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
default ListThemesResponse |
listThemes(ListThemesRequest listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
default ListThemesIterable |
listThemesPaginator(Consumer<ListThemesRequest.Builder> listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
default ListThemesIterable |
listThemesPaginator(ListThemesRequest listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
default PutMetadataFlagResponse |
putMetadataFlag(Consumer<PutMetadataFlagRequest.Builder> putMetadataFlagRequest)
Stores the metadata information about a feature on a form or view.
|
default PutMetadataFlagResponse |
putMetadataFlag(PutMetadataFlagRequest putMetadataFlagRequest)
Stores the metadata information about a feature on a form or view.
|
default RefreshTokenResponse |
refreshToken(Consumer<RefreshTokenRequest.Builder> refreshTokenRequest)
Refreshes a previously issued access token that might have expired.
|
default RefreshTokenResponse |
refreshToken(RefreshTokenRequest refreshTokenRequest)
Refreshes a previously issued access token that might have expired.
|
static ServiceMetadata |
serviceMetadata() |
default UpdateComponentResponse |
updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Updates an existing component.
|
default UpdateComponentResponse |
updateComponent(UpdateComponentRequest updateComponentRequest)
Updates an existing component.
|
default UpdateFormResponse |
updateForm(Consumer<UpdateFormRequest.Builder> updateFormRequest)
Updates an existing form.
|
default UpdateFormResponse |
updateForm(UpdateFormRequest updateFormRequest)
Updates an existing form.
|
default UpdateThemeResponse |
updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)
Updates an existing theme.
|
default UpdateThemeResponse |
updateTheme(UpdateThemeRequest updateThemeRequest)
Updates an existing theme.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static AmplifyUiBuilderClient create()
AmplifyUiBuilderClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AmplifyUiBuilderClientBuilder builder()
AmplifyUiBuilderClient.default CreateComponentResponse createComponent(CreateComponentRequest createComponentRequest) throws ServiceQuotaExceededException, ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Creates a new component for an Amplify app.
createComponentRequest - ServiceQuotaExceededException - You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
service resources or operations for your Amazon Web Services account.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateComponentResponse createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest) throws ServiceQuotaExceededException, ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Creates a new component for an Amplify app.
This is a convenience which creates an instance of the CreateComponentRequest.Builder avoiding the need
to create one manually via CreateComponentRequest.builder()
createComponentRequest - A Consumer that will call methods on CreateComponentRequest.Builder to create a request.ServiceQuotaExceededException - You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
service resources or operations for your Amazon Web Services account.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFormResponse createForm(CreateFormRequest createFormRequest) throws ServiceQuotaExceededException, ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Creates a new form for an Amplify app.
createFormRequest - ServiceQuotaExceededException - You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
service resources or operations for your Amazon Web Services account.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFormResponse createForm(Consumer<CreateFormRequest.Builder> createFormRequest) throws ServiceQuotaExceededException, ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Creates a new form for an Amplify app.
This is a convenience which creates an instance of the CreateFormRequest.Builder avoiding the need to
create one manually via CreateFormRequest.builder()
createFormRequest - A Consumer that will call methods on CreateFormRequest.Builder to create a request.ServiceQuotaExceededException - You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
service resources or operations for your Amazon Web Services account.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateThemeResponse createTheme(CreateThemeRequest createThemeRequest) throws ServiceQuotaExceededException, ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Creates a theme to apply to the components in an Amplify app.
createThemeRequest - ServiceQuotaExceededException - You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
service resources or operations for your Amazon Web Services account.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateThemeResponse createTheme(Consumer<CreateThemeRequest.Builder> createThemeRequest) throws ServiceQuotaExceededException, ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Creates a theme to apply to the components in an Amplify app.
This is a convenience which creates an instance of the CreateThemeRequest.Builder avoiding the need to
create one manually via CreateThemeRequest.builder()
createThemeRequest - A Consumer that will call methods on CreateThemeRequest.Builder to create a request.ServiceQuotaExceededException - You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
service resources or operations for your Amazon Web Services account.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteComponentResponse deleteComponent(DeleteComponentRequest deleteComponentRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Deletes a component from an Amplify app.
deleteComponentRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteComponentResponse deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Deletes a component from an Amplify app.
This is a convenience which creates an instance of the DeleteComponentRequest.Builder avoiding the need
to create one manually via DeleteComponentRequest.builder()
deleteComponentRequest - A Consumer that will call methods on DeleteComponentRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFormResponse deleteForm(DeleteFormRequest deleteFormRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Deletes a form from an Amplify app.
deleteFormRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFormResponse deleteForm(Consumer<DeleteFormRequest.Builder> deleteFormRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Deletes a form from an Amplify app.
This is a convenience which creates an instance of the DeleteFormRequest.Builder avoiding the need to
create one manually via DeleteFormRequest.builder()
deleteFormRequest - A Consumer that will call methods on DeleteFormRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteThemeResponse deleteTheme(DeleteThemeRequest deleteThemeRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Deletes a theme from an Amplify app.
deleteThemeRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteThemeResponse deleteTheme(Consumer<DeleteThemeRequest.Builder> deleteThemeRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Deletes a theme from an Amplify app.
This is a convenience which creates an instance of the DeleteThemeRequest.Builder avoiding the need to
create one manually via DeleteThemeRequest.builder()
deleteThemeRequest - A Consumer that will call methods on DeleteThemeRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExchangeCodeForTokenResponse exchangeCodeForToken(ExchangeCodeForTokenRequest exchangeCodeForTokenRequest) throws InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exchanges an access code for a token.
exchangeCodeForTokenRequest - InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExchangeCodeForTokenResponse exchangeCodeForToken(Consumer<ExchangeCodeForTokenRequest.Builder> exchangeCodeForTokenRequest) throws InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exchanges an access code for a token.
This is a convenience which creates an instance of the ExchangeCodeForTokenRequest.Builder avoiding the
need to create one manually via ExchangeCodeForTokenRequest.builder()
exchangeCodeForTokenRequest - A Consumer that will call methods on ExchangeCodeForTokenRequest.Builder to create a
request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportComponentsResponse exportComponents(ExportComponentsRequest exportComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports component configurations to code that is ready to integrate into an Amplify app.
exportComponentsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportComponentsResponse exportComponents(Consumer<ExportComponentsRequest.Builder> exportComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports component configurations to code that is ready to integrate into an Amplify app.
This is a convenience which creates an instance of the ExportComponentsRequest.Builder avoiding the need
to create one manually via ExportComponentsRequest.builder()
exportComponentsRequest - A Consumer that will call methods on ExportComponentsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportComponentsIterable exportComponentsPaginator(ExportComponentsRequest exportComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports component configurations to code that is ready to integrate into an Amplify app.
This is a variant of
exportComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportComponentsIterable responses = client.exportComponentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportComponentsIterable responses = client
.exportComponentsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportComponentsIterable responses = client.exportComponentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
exportComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsRequest)
operation.
exportComponentsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportComponentsIterable exportComponentsPaginator(Consumer<ExportComponentsRequest.Builder> exportComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports component configurations to code that is ready to integrate into an Amplify app.
This is a variant of
exportComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportComponentsIterable responses = client.exportComponentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportComponentsIterable responses = client
.exportComponentsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportComponentsIterable responses = client.exportComponentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
exportComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsRequest)
operation.
This is a convenience which creates an instance of the ExportComponentsRequest.Builder avoiding the need
to create one manually via ExportComponentsRequest.builder()
exportComponentsRequest - A Consumer that will call methods on ExportComponentsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportFormsResponse exportForms(ExportFormsRequest exportFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports form configurations to code that is ready to integrate into an Amplify app.
exportFormsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportFormsResponse exportForms(Consumer<ExportFormsRequest.Builder> exportFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports form configurations to code that is ready to integrate into an Amplify app.
This is a convenience which creates an instance of the ExportFormsRequest.Builder avoiding the need to
create one manually via ExportFormsRequest.builder()
exportFormsRequest - A Consumer that will call methods on ExportFormsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportFormsIterable exportFormsPaginator(ExportFormsRequest exportFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports form configurations to code that is ready to integrate into an Amplify app.
This is a variant of
exportForms(software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable responses = client.exportFormsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable responses = client
.exportFormsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable responses = client.exportFormsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
exportForms(software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsRequest) operation.
exportFormsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportFormsIterable exportFormsPaginator(Consumer<ExportFormsRequest.Builder> exportFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports form configurations to code that is ready to integrate into an Amplify app.
This is a variant of
exportForms(software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable responses = client.exportFormsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable responses = client
.exportFormsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable responses = client.exportFormsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
exportForms(software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsRequest) operation.
This is a convenience which creates an instance of the ExportFormsRequest.Builder avoiding the need to
create one manually via ExportFormsRequest.builder()
exportFormsRequest - A Consumer that will call methods on ExportFormsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportThemesResponse exportThemes(ExportThemesRequest exportThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports theme configurations to code that is ready to integrate into an Amplify app.
exportThemesRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportThemesResponse exportThemes(Consumer<ExportThemesRequest.Builder> exportThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports theme configurations to code that is ready to integrate into an Amplify app.
This is a convenience which creates an instance of the ExportThemesRequest.Builder avoiding the need to
create one manually via ExportThemesRequest.builder()
exportThemesRequest - A Consumer that will call methods on ExportThemesRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportThemesIterable exportThemesPaginator(ExportThemesRequest exportThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports theme configurations to code that is ready to integrate into an Amplify app.
This is a variant of
exportThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesIterable responses = client.exportThemesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesIterable responses = client
.exportThemesPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesIterable responses = client.exportThemesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
exportThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest) operation.
exportThemesRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ExportThemesIterable exportThemesPaginator(Consumer<ExportThemesRequest.Builder> exportThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Exports theme configurations to code that is ready to integrate into an Amplify app.
This is a variant of
exportThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesIterable responses = client.exportThemesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesIterable responses = client
.exportThemesPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesIterable responses = client.exportThemesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
exportThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest) operation.
This is a convenience which creates an instance of the ExportThemesRequest.Builder avoiding the need to
create one manually via ExportThemesRequest.builder()
exportThemesRequest - A Consumer that will call methods on ExportThemesRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetComponentResponse getComponent(GetComponentRequest getComponentRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns an existing component for an Amplify app.
getComponentRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetComponentResponse getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns an existing component for an Amplify app.
This is a convenience which creates an instance of the GetComponentRequest.Builder avoiding the need to
create one manually via GetComponentRequest.builder()
getComponentRequest - A Consumer that will call methods on GetComponentRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFormResponse getForm(GetFormRequest getFormRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns an existing form for an Amplify app.
getFormRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFormResponse getForm(Consumer<GetFormRequest.Builder> getFormRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns an existing form for an Amplify app.
This is a convenience which creates an instance of the GetFormRequest.Builder avoiding the need to create
one manually via GetFormRequest.builder()
getFormRequest - A Consumer that will call methods on GetFormRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetMetadataResponse getMetadata(GetMetadataRequest getMetadataRequest) throws UnauthorizedException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns existing metadata for an Amplify app.
getMetadataRequest - UnauthorizedException - You don't have permission to perform this operation.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetMetadataResponse getMetadata(Consumer<GetMetadataRequest.Builder> getMetadataRequest) throws UnauthorizedException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns existing metadata for an Amplify app.
This is a convenience which creates an instance of the GetMetadataRequest.Builder avoiding the need to
create one manually via GetMetadataRequest.builder()
getMetadataRequest - A Consumer that will call methods on GetMetadataRequest.Builder to create a request.UnauthorizedException - You don't have permission to perform this operation.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetThemeResponse getTheme(GetThemeRequest getThemeRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns an existing theme for an Amplify app.
getThemeRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetThemeResponse getTheme(Consumer<GetThemeRequest.Builder> getThemeRequest) throws InternalServerException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Returns an existing theme for an Amplify app.
This is a convenience which creates an instance of the GetThemeRequest.Builder avoiding the need to
create one manually via GetThemeRequest.builder()
getThemeRequest - A Consumer that will call methods on GetThemeRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.ResourceNotFoundException - The requested resource does not exist, or access was denied.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsResponse listComponents(ListComponentsRequest listComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of components for a specified Amplify app and backend environment.
listComponentsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsResponse listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of components for a specified Amplify app and backend environment.
This is a convenience which creates an instance of the ListComponentsRequest.Builder avoiding the need to
create one manually via ListComponentsRequest.builder()
listComponentsRequest - A Consumer that will call methods on ListComponentsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsIterable listComponentsPaginator(ListComponentsRequest listComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of components for a specified Amplify app and backend environment.
This is a variant of
listComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsIterable responses = client
.listComponentsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsRequest)
operation.
listComponentsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListComponentsIterable listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of components for a specified Amplify app and backend environment.
This is a variant of
listComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsIterable responses = client
.listComponentsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponents(software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsRequest)
operation.
This is a convenience which creates an instance of the ListComponentsRequest.Builder avoiding the need to
create one manually via ListComponentsRequest.builder()
listComponentsRequest - A Consumer that will call methods on ListComponentsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFormsResponse listForms(ListFormsRequest listFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of forms for a specified Amplify app and backend environment.
listFormsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFormsResponse listForms(Consumer<ListFormsRequest.Builder> listFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of forms for a specified Amplify app and backend environment.
This is a convenience which creates an instance of the ListFormsRequest.Builder avoiding the need to
create one manually via ListFormsRequest.builder()
listFormsRequest - A Consumer that will call methods on ListFormsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFormsIterable listFormsPaginator(ListFormsRequest listFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of forms for a specified Amplify app and backend environment.
This is a variant of listForms(software.amazon.awssdk.services.amplifyuibuilder.model.ListFormsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListFormsIterable responses = client.listFormsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListFormsIterable responses = client.listFormsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ListFormsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListFormsIterable responses = client.listFormsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listForms(software.amazon.awssdk.services.amplifyuibuilder.model.ListFormsRequest) operation.
listFormsRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFormsIterable listFormsPaginator(Consumer<ListFormsRequest.Builder> listFormsRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of forms for a specified Amplify app and backend environment.
This is a variant of listForms(software.amazon.awssdk.services.amplifyuibuilder.model.ListFormsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListFormsIterable responses = client.listFormsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListFormsIterable responses = client.listFormsPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ListFormsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListFormsIterable responses = client.listFormsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listForms(software.amazon.awssdk.services.amplifyuibuilder.model.ListFormsRequest) operation.
This is a convenience which creates an instance of the ListFormsRequest.Builder avoiding the need to
create one manually via ListFormsRequest.builder()
listFormsRequest - A Consumer that will call methods on ListFormsRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListThemesResponse listThemes(ListThemesRequest listThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of themes for a specified Amplify app and backend environment.
listThemesRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListThemesResponse listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of themes for a specified Amplify app and backend environment.
This is a convenience which creates an instance of the ListThemesRequest.Builder avoiding the need to
create one manually via ListThemesRequest.builder()
listThemesRequest - A Consumer that will call methods on ListThemesRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListThemesIterable listThemesPaginator(ListThemesRequest listThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of themes for a specified Amplify app and backend environment.
This is a variant of
listThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ListThemesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListThemesIterable responses = client.listThemesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListThemesIterable responses = client
.listThemesPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ListThemesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListThemesIterable responses = client.listThemesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ListThemesRequest) operation.
listThemesRequest - InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListThemesIterable listThemesPaginator(Consumer<ListThemesRequest.Builder> listThemesRequest) throws InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Retrieves a list of themes for a specified Amplify app and backend environment.
This is a variant of
listThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ListThemesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListThemesIterable responses = client.listThemesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListThemesIterable responses = client
.listThemesPaginator(request);
for (software.amazon.awssdk.services.amplifyuibuilder.model.ListThemesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListThemesIterable responses = client.listThemesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ListThemesRequest) operation.
This is a convenience which creates an instance of the ListThemesRequest.Builder avoiding the need to
create one manually via ListThemesRequest.builder()
listThemesRequest - A Consumer that will call methods on ListThemesRequest.Builder to create a request.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutMetadataFlagResponse putMetadataFlag(PutMetadataFlagRequest putMetadataFlagRequest) throws UnauthorizedException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Stores the metadata information about a feature on a form or view.
putMetadataFlagRequest - UnauthorizedException - You don't have permission to perform this operation.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutMetadataFlagResponse putMetadataFlag(Consumer<PutMetadataFlagRequest.Builder> putMetadataFlagRequest) throws UnauthorizedException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Stores the metadata information about a feature on a form or view.
This is a convenience which creates an instance of the PutMetadataFlagRequest.Builder avoiding the need
to create one manually via PutMetadataFlagRequest.builder()
putMetadataFlagRequest - A Consumer that will call methods on PutMetadataFlagRequest.Builder to create a request.UnauthorizedException - You don't have permission to perform this operation.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RefreshTokenResponse refreshToken(RefreshTokenRequest refreshTokenRequest) throws InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Refreshes a previously issued access token that might have expired.
refreshTokenRequest - InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RefreshTokenResponse refreshToken(Consumer<RefreshTokenRequest.Builder> refreshTokenRequest) throws InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Refreshes a previously issued access token that might have expired.
This is a convenience which creates an instance of the RefreshTokenRequest.Builder avoiding the need to
create one manually via RefreshTokenRequest.builder()
refreshTokenRequest - A Consumer that will call methods on RefreshTokenRequest.Builder to create a request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateComponentResponse updateComponent(UpdateComponentRequest updateComponentRequest) throws ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Updates an existing component.
updateComponentRequest - ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateComponentResponse updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest) throws ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Updates an existing component.
This is a convenience which creates an instance of the UpdateComponentRequest.Builder avoiding the need
to create one manually via UpdateComponentRequest.builder()
updateComponentRequest - A Consumer that will call methods on UpdateComponentRequest.Builder to create a request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFormResponse updateForm(UpdateFormRequest updateFormRequest) throws ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Updates an existing form.
updateFormRequest - ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFormResponse updateForm(Consumer<UpdateFormRequest.Builder> updateFormRequest) throws ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Updates an existing form.
This is a convenience which creates an instance of the UpdateFormRequest.Builder avoiding the need to
create one manually via UpdateFormRequest.builder()
updateFormRequest - A Consumer that will call methods on UpdateFormRequest.Builder to create a request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateThemeResponse updateTheme(UpdateThemeRequest updateThemeRequest) throws ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Updates an existing theme.
updateThemeRequest - ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateThemeResponse updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest) throws ResourceConflictException, InternalServerException, InvalidParameterException, AwsServiceException, SdkClientException, AmplifyUiBuilderException
Updates an existing theme.
This is a convenience which creates an instance of the UpdateThemeRequest.Builder avoiding the need to
create one manually via UpdateThemeRequest.builder()
updateThemeRequest - A Consumer that will call methods on UpdateThemeRequest.Builder to create a request.ResourceConflictException - The resource specified in the request conflicts with an existing resource.InternalServerException - An internal error has occurred. Please retry your request.InvalidParameterException - An invalid or out-of-range value was supplied for the input parameter.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AmplifyUiBuilderException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2022. All rights reserved.