| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder |
The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI)
component libraries and themes for use in your Amplify applications.
|
| software.amazon.awssdk.services.amplifyuibuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListThemesResponse |
AmplifyUiBuilderClient.listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
default ListThemesResponse |
AmplifyUiBuilderClient.listThemes(ListThemesRequest listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThemesResponse> |
AmplifyUiBuilderAsyncClient.listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
default CompletableFuture<ListThemesResponse> |
AmplifyUiBuilderAsyncClient.listThemes(ListThemesRequest listThemesRequest)
Retrieves a list of themes for a specified Amplify app and backend environment.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThemesResponse> |
ListThemesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThemesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThemesResponse> subscriber) |
Copyright © 2023. All rights reserved.