Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentSummary
-
Packages that use ComponentSummary Package Description software.amazon.awssdk.services.amplifyuibuilder.model software.amazon.awssdk.services.amplifyuibuilder.paginators -
-
Uses of ComponentSummary in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentSummary Modifier and Type Method Description List<ComponentSummary>ListComponentsResponse. entities()The list of components for the Amplify app.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. entities(ComponentSummary... entities)The list of components for the Amplify app.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ComponentSummary Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. entities(Collection<ComponentSummary> entities)The list of components for the Amplify app. -
Uses of ComponentSummary in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type ComponentSummary Modifier and Type Method Description SdkIterable<ComponentSummary>ListComponentsIterable. entities()Returns an iterable to iterate through the paginatedListComponentsResponse.entities()member.SdkPublisher<ComponentSummary>ListComponentsPublisher. entities()Returns a publisher that can be used to get a stream of data.
-