| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model | |
| software.amazon.awssdk.services.amplifyuibuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentsResponse.entities()
The list of components for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.entities(ComponentSummary... entities)
The list of components for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.entities(Collection<ComponentSummary> entities)
The list of components for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ComponentSummary> |
ListComponentsPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ComponentSummary> |
ListComponentsIterable.entities()
Returns an iterable to iterate through the paginated
ListComponentsResponse.entities() member. |
Copyright © 2023. All rights reserved.