| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSummary |
JobTemplateSummary.clone() |
JobTemplateSummary |
JobTemplateSummary.withCreatedAt(Date createdAt)
The time, in seconds since the epoch, when the job template was created.
|
JobTemplateSummary |
JobTemplateSummary.withDescription(String description)
A description of the job template.
|
JobTemplateSummary |
JobTemplateSummary.withJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
|
JobTemplateSummary |
JobTemplateSummary.withJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobTemplateSummary> |
ListJobTemplatesResult.getJobTemplates()
A list of objects that contain information about the job templates.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesResult |
ListJobTemplatesResult.withJobTemplates(JobTemplateSummary... jobTemplates)
A list of objects that contain information about the job templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobTemplatesResult.setJobTemplates(Collection<JobTemplateSummary> jobTemplates)
A list of objects that contain information about the job templates.
|
ListJobTemplatesResult |
ListJobTemplatesResult.withJobTemplates(Collection<JobTemplateSummary> jobTemplates)
A list of objects that contain information about the job templates.
|
Copyright © 2024. All rights reserved.