| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
ComponentSummary.clone() |
ComponentSummary |
ComponentSummary.withAppId(String appId)
The unique ID of the Amplify app associated with the component.
|
ComponentSummary |
ComponentSummary.withComponentType(String componentType)
The component type.
|
ComponentSummary |
ComponentSummary.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ComponentSummary |
ComponentSummary.withId(String id)
The unique ID of the component.
|
ComponentSummary |
ComponentSummary.withName(String name)
The name of the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentsResult.getEntities()
The list of components for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.withEntities(ComponentSummary... entities)
The list of components for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentsResult.setEntities(Collection<ComponentSummary> entities)
The list of components for the Amplify app.
|
ListComponentsResult |
ListComponentsResult.withEntities(Collection<ComponentSummary> entities)
The list of components for the Amplify app.
|
Copyright © 2024. All rights reserved.