| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
FlowTemplateSummary |
FlowTemplateSummary.clone() |
FlowTemplateSummary |
FlowTemplateDescription.getSummary()
An object that contains summary information about a workflow.
|
FlowTemplateSummary |
UpdateFlowTemplateResult.getSummary()
An object containing summary information about the updated workflow.
|
FlowTemplateSummary |
CreateFlowTemplateResult.getSummary()
The summary object that describes the created workflow.
|
FlowTemplateSummary |
FlowTemplateSummary.withArn(String arn)
The ARN of the workflow.
|
FlowTemplateSummary |
FlowTemplateSummary.withCreatedAt(Date createdAt)
The date when the workflow was created.
|
FlowTemplateSummary |
FlowTemplateSummary.withId(String id)
The ID of the workflow.
|
FlowTemplateSummary |
FlowTemplateSummary.withRevisionNumber(Long revisionNumber)
The revision number of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowTemplateSummary> |
GetFlowTemplateRevisionsResult.getSummaries()
An array of objects that provide summary data about each revision.
|
List<FlowTemplateSummary> |
SearchFlowTemplatesResult.getSummaries()
An array of objects that contain summary information about each workflow in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowTemplateDescription.setSummary(FlowTemplateSummary summary)
An object that contains summary information about a workflow.
|
void |
UpdateFlowTemplateResult.setSummary(FlowTemplateSummary summary)
An object containing summary information about the updated workflow.
|
void |
CreateFlowTemplateResult.setSummary(FlowTemplateSummary summary)
The summary object that describes the created workflow.
|
GetFlowTemplateRevisionsResult |
GetFlowTemplateRevisionsResult.withSummaries(FlowTemplateSummary... summaries)
An array of objects that provide summary data about each revision.
|
SearchFlowTemplatesResult |
SearchFlowTemplatesResult.withSummaries(FlowTemplateSummary... summaries)
An array of objects that contain summary information about each workflow in the result set.
|
FlowTemplateDescription |
FlowTemplateDescription.withSummary(FlowTemplateSummary summary)
An object that contains summary information about a workflow.
|
UpdateFlowTemplateResult |
UpdateFlowTemplateResult.withSummary(FlowTemplateSummary summary)
An object containing summary information about the updated workflow.
|
CreateFlowTemplateResult |
CreateFlowTemplateResult.withSummary(FlowTemplateSummary summary)
The summary object that describes the created workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFlowTemplateRevisionsResult.setSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that provide summary data about each revision.
|
void |
SearchFlowTemplatesResult.setSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
|
GetFlowTemplateRevisionsResult |
GetFlowTemplateRevisionsResult.withSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that provide summary data about each revision.
|
SearchFlowTemplatesResult |
SearchFlowTemplatesResult.withSummaries(Collection<FlowTemplateSummary> summaries)
An array of objects that contain summary information about each workflow in the result set.
|
Copyright © 2023. All rights reserved.