Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsResponse.Builder
-
Packages that use ListComponentsResponse.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ListComponentsResponse.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ListComponentsResponse.Builder Modifier and Type Method Description static ListComponentsResponse.BuilderListComponentsResponse. builder()ListComponentsResponse.BuilderListComponentsResponse.Builder. entities(Collection<ComponentSummary> entities)The list of components for the Amplify app.ListComponentsResponse.BuilderListComponentsResponse.Builder. entities(Consumer<ComponentSummary.Builder>... entities)The list of components for the Amplify app.ListComponentsResponse.BuilderListComponentsResponse.Builder. entities(ComponentSummary... entities)The list of components for the Amplify app.ListComponentsResponse.BuilderListComponentsResponse.Builder. nextToken(String nextToken)The pagination token that's included if more results are available.ListComponentsResponse.BuilderListComponentsResponse. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ListComponentsResponse.Builder Modifier and Type Method Description static Class<? extends ListComponentsResponse.Builder>ListComponentsResponse. serializableBuilderClass()
-