@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAmplifyUIBuilder extends Object implements AWSAmplifyUIBuilder
AWSAmplifyUIBuilder. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateComponentResult |
createComponent(CreateComponentRequest request)
Creates a new component for an Amplify app.
|
CreateThemeResult |
createTheme(CreateThemeRequest request)
Creates a theme to apply to the components in an Amplify app.
|
DeleteComponentResult |
deleteComponent(DeleteComponentRequest request)
Deletes a component from an Amplify app.
|
DeleteThemeResult |
deleteTheme(DeleteThemeRequest request)
Deletes a theme from an Amplify app.
|
ExchangeCodeForTokenResult |
exchangeCodeForToken(ExchangeCodeForTokenRequest request)
Exchanges an access code for a token.
|
ExportComponentsResult |
exportComponents(ExportComponentsRequest request)
Exports component configurations to code that is ready to integrate into an Amplify app.
|
ExportThemesResult |
exportThemes(ExportThemesRequest request)
Exports theme configurations to code that is ready to integrate into an Amplify app.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetComponentResult |
getComponent(GetComponentRequest request)
Returns an existing component for an Amplify app.
|
GetThemeResult |
getTheme(GetThemeRequest request)
Returns an existing theme for an Amplify app.
|
ListComponentsResult |
listComponents(ListComponentsRequest request)
Retrieves a list of components for a specified Amplify app and backend environment.
|
ListThemesResult |
listThemes(ListThemesRequest request)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
RefreshTokenResult |
refreshToken(RefreshTokenRequest request)
Refreshes a previously issued access token that might have expired.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateComponentResult |
updateComponent(UpdateComponentRequest request)
Updates an existing component.
|
UpdateThemeResult |
updateTheme(UpdateThemeRequest request)
Updates an existing theme.
|
public CreateComponentResult createComponent(CreateComponentRequest request)
AWSAmplifyUIBuilderCreates a new component for an Amplify app.
createComponent in interface AWSAmplifyUIBuilderpublic CreateThemeResult createTheme(CreateThemeRequest request)
AWSAmplifyUIBuilderCreates a theme to apply to the components in an Amplify app.
createTheme in interface AWSAmplifyUIBuilderpublic DeleteComponentResult deleteComponent(DeleteComponentRequest request)
AWSAmplifyUIBuilderDeletes a component from an Amplify app.
deleteComponent in interface AWSAmplifyUIBuilderpublic DeleteThemeResult deleteTheme(DeleteThemeRequest request)
AWSAmplifyUIBuilderDeletes a theme from an Amplify app.
deleteTheme in interface AWSAmplifyUIBuilderpublic ExchangeCodeForTokenResult exchangeCodeForToken(ExchangeCodeForTokenRequest request)
AWSAmplifyUIBuilderExchanges an access code for a token.
exchangeCodeForToken in interface AWSAmplifyUIBuilderpublic ExportComponentsResult exportComponents(ExportComponentsRequest request)
AWSAmplifyUIBuilderExports component configurations to code that is ready to integrate into an Amplify app.
exportComponents in interface AWSAmplifyUIBuilderpublic ExportThemesResult exportThemes(ExportThemesRequest request)
AWSAmplifyUIBuilderExports theme configurations to code that is ready to integrate into an Amplify app.
exportThemes in interface AWSAmplifyUIBuilderpublic GetComponentResult getComponent(GetComponentRequest request)
AWSAmplifyUIBuilderReturns an existing component for an Amplify app.
getComponent in interface AWSAmplifyUIBuilderpublic GetThemeResult getTheme(GetThemeRequest request)
AWSAmplifyUIBuilderReturns an existing theme for an Amplify app.
getTheme in interface AWSAmplifyUIBuilderpublic ListComponentsResult listComponents(ListComponentsRequest request)
AWSAmplifyUIBuilderRetrieves a list of components for a specified Amplify app and backend environment.
listComponents in interface AWSAmplifyUIBuilderpublic ListThemesResult listThemes(ListThemesRequest request)
AWSAmplifyUIBuilderRetrieves a list of themes for a specified Amplify app and backend environment.
listThemes in interface AWSAmplifyUIBuilderpublic RefreshTokenResult refreshToken(RefreshTokenRequest request)
AWSAmplifyUIBuilderRefreshes a previously issued access token that might have expired.
refreshToken in interface AWSAmplifyUIBuilderpublic UpdateComponentResult updateComponent(UpdateComponentRequest request)
AWSAmplifyUIBuilderUpdates an existing component.
updateComponent in interface AWSAmplifyUIBuilderpublic UpdateThemeResult updateTheme(UpdateThemeRequest request)
AWSAmplifyUIBuilderUpdates an existing theme.
updateTheme in interface AWSAmplifyUIBuilderpublic void shutdown()
AWSAmplifyUIBuildershutdown in interface AWSAmplifyUIBuilderpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSAmplifyUIBuilderResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSAmplifyUIBuilderrequest - The originally executed request.