| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.clone() |
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.withDescription(String description)
The description for a managed template.
|
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.withEnvironments(Collection<String> environments)
A list of environments that are supported with the managed job template.
|
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.withEnvironments(String... environments)
A list of environments that are supported with the managed job template.
|
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) for a managed template.
|
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.withTemplateName(String templateName)
The unique Name for a managed template.
|
ManagedJobTemplateSummary |
ManagedJobTemplateSummary.withTemplateVersion(String templateVersion)
The version for a managed template.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedJobTemplateSummary> |
ListManagedJobTemplatesResult.getManagedJobTemplates()
A list of managed job templates that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedJobTemplatesResult |
ListManagedJobTemplatesResult.withManagedJobTemplates(ManagedJobTemplateSummary... managedJobTemplates)
A list of managed job templates that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListManagedJobTemplatesResult.setManagedJobTemplates(Collection<ManagedJobTemplateSummary> managedJobTemplates)
A list of managed job templates that are returned.
|
ListManagedJobTemplatesResult |
ListManagedJobTemplatesResult.withManagedJobTemplates(Collection<ManagedJobTemplateSummary> managedJobTemplates)
A list of managed job templates that are returned.
|
Copyright © 2025. All rights reserved.