| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model | |
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
FlowTemplateSummary |
CreateFlowTemplateResponse.summary()
The summary object that describes the created workflow.
|
FlowTemplateSummary |
UpdateFlowTemplateResponse.summary()
An object containing summary information about the updated workflow.
|
FlowTemplateSummary |
FlowTemplateDescription.summary()
An object that contains summary information about a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowTemplateSummary> |
SearchFlowTemplatesResponse.summaries()
An array of objects that contain summary information about each workflow in the result set.
|
List<FlowTemplateSummary> |
GetFlowTemplateRevisionsResponse.summaries()
An array of objects that provide summary data about each revision.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFlowTemplatesResponse.Builder |
SearchFlowTemplatesResponse.Builder.summaries(FlowTemplateSummary... summaries)
An array of objects that contain summary information about each workflow in the result set.
|
GetFlowTemplateRevisionsResponse.Builder |
GetFlowTemplateRevisionsResponse.Builder.summaries(FlowTemplateSummary... summaries)
An array of objects that provide summary data about each revision.
|
CreateFlowTemplateResponse.Builder |
CreateFlowTemplateResponse.Builder.summary(FlowTemplateSummary summary)
The summary object that describes the created workflow.
|
UpdateFlowTemplateResponse.Builder |
UpdateFlowTemplateResponse.Builder.summary(FlowTemplateSummary summary)
An object containing summary information about the updated workflow.
|
FlowTemplateDescription.Builder |
FlowTemplateDescription.Builder.summary(FlowTemplateSummary summary)
An object that contains summary information about a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFlowTemplatesResponse.Builder |
SearchFlowTemplatesResponse.Builder.summaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
|
GetFlowTemplateRevisionsResponse.Builder |
GetFlowTemplateRevisionsResponse.Builder.summaries(Collection<FlowTemplateSummary> summaries)
An array of objects that provide summary data about each revision.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FlowTemplateSummary> |
SearchFlowTemplatesPublisher.summaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FlowTemplateSummary> |
SearchFlowTemplatesIterable.summaries()
Returns an iterable to iterate through the paginated
SearchFlowTemplatesResponse.summaries() member. |
SdkPublisher<FlowTemplateSummary> |
GetFlowTemplateRevisionsPublisher.summaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FlowTemplateSummary> |
GetFlowTemplateRevisionsIterable.summaries()
Returns an iterable to iterate through the paginated
GetFlowTemplateRevisionsResponse.summaries() member. |
Copyright © 2023. All rights reserved.