| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model | |
| software.amazon.awssdk.services.amplifyuibuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
Component |
GetComponentResponse.component()
Represents the configuration settings for the component.
|
Component |
UpdateComponentResponse.entity()
Describes the configuration of the updated component.
|
Component |
CreateComponentResponse.entity()
Describes the configuration of the new component.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ExportComponentsResponse.entities()
Represents the configuration of the exported components.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentResponse.Builder |
GetComponentResponse.Builder.component(Component component)
Represents the configuration settings for the component.
|
ExportComponentsResponse.Builder |
ExportComponentsResponse.Builder.entities(Component... entities)
Represents the configuration of the exported components.
|
UpdateComponentResponse.Builder |
UpdateComponentResponse.Builder.entity(Component entity)
Describes the configuration of the updated component.
|
CreateComponentResponse.Builder |
CreateComponentResponse.Builder.entity(Component entity)
Describes the configuration of the new component.
|
| Modifier and Type | Method and Description |
|---|---|
ExportComponentsResponse.Builder |
ExportComponentsResponse.Builder.entities(Collection<Component> entities)
Represents the configuration of the exported components.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Component> |
ExportComponentsPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Component> |
ExportComponentsIterable.entities()
Returns an iterable to iterate through the paginated
ExportComponentsResponse.entities() member. |
Copyright © 2022. All rights reserved.