| 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 |
|---|---|
SdkIterable<ComponentSummary> |
ListComponentsIterable.entities()
Returns an iterable to iterate through the paginated
ListComponentsResponse.entities() member. |
SdkPublisher<ComponentSummary> |
ListComponentsPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.