Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.paginators.ListComponentsPublisher
-
Packages that use ListComponentsPublisher 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. -
-
Uses of ListComponentsPublisher in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return ListComponentsPublisher Modifier and Type Method Description default ListComponentsPublisherAmplifyUiBuilderAsyncClient. listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)Retrieves a list of components for a specified Amplify app and backend environment.default ListComponentsPublisherAmplifyUiBuilderAsyncClient. listComponentsPaginator(ListComponentsRequest listComponentsRequest)Retrieves a list of components for a specified Amplify app and backend environment.
-