| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
SystemTemplateSummary |
SystemTemplateSummary.clone() |
SystemTemplateSummary |
UpdateSystemTemplateResult.getSummary()
An object containing summary information about the updated system.
|
SystemTemplateSummary |
CreateSystemTemplateResult.getSummary()
The summary object that describes the created system.
|
SystemTemplateSummary |
SystemTemplateDescription.getSummary()
An object that contains summary information about a system.
|
SystemTemplateSummary |
SystemTemplateSummary.withArn(String arn)
The ARN of the system.
|
SystemTemplateSummary |
SystemTemplateSummary.withCreatedAt(Date createdAt)
The date when the system was created.
|
SystemTemplateSummary |
SystemTemplateSummary.withId(String id)
The ID of the system.
|
SystemTemplateSummary |
SystemTemplateSummary.withRevisionNumber(Long revisionNumber)
The revision number of the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemTemplateSummary> |
SearchSystemTemplatesResult.getSummaries()
An array of objects that contain summary information about each system deployment in the result set.
|
List<SystemTemplateSummary> |
GetSystemTemplateRevisionsResult.getSummaries()
An array of objects that contain summary data about the system template revisions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSystemTemplateResult.setSummary(SystemTemplateSummary summary)
An object containing summary information about the updated system.
|
void |
CreateSystemTemplateResult.setSummary(SystemTemplateSummary summary)
The summary object that describes the created system.
|
void |
SystemTemplateDescription.setSummary(SystemTemplateSummary summary)
An object that contains summary information about a system.
|
SearchSystemTemplatesResult |
SearchSystemTemplatesResult.withSummaries(SystemTemplateSummary... summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
GetSystemTemplateRevisionsResult |
GetSystemTemplateRevisionsResult.withSummaries(SystemTemplateSummary... summaries)
An array of objects that contain summary data about the system template revisions.
|
UpdateSystemTemplateResult |
UpdateSystemTemplateResult.withSummary(SystemTemplateSummary summary)
An object containing summary information about the updated system.
|
CreateSystemTemplateResult |
CreateSystemTemplateResult.withSummary(SystemTemplateSummary summary)
The summary object that describes the created system.
|
SystemTemplateDescription |
SystemTemplateDescription.withSummary(SystemTemplateSummary summary)
An object that contains summary information about a system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSystemTemplatesResult.setSummaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
void |
GetSystemTemplateRevisionsResult.setSummaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary data about the system template revisions.
|
SearchSystemTemplatesResult |
SearchSystemTemplatesResult.withSummaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
GetSystemTemplateRevisionsResult |
GetSystemTemplateRevisionsResult.withSummaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary data about the system template revisions.
|
Copyright © 2024. All rights reserved.