| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
TemplateSummary.clone() |
TemplateSummary |
TemplateSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary |
TemplateSummary.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the template was created.
|
TemplateSummary |
TemplateSummary.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
|
TemplateSummary |
TemplateSummary.withName(String name)
The name of the template.
|
TemplateSummary |
TemplateSummary.withVersion(String version)
The version of the template that you're using.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSummary> |
ListWorldTemplatesResult.getTemplateSummaries()
Summary information for templates.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorldTemplatesResult |
ListWorldTemplatesResult.withTemplateSummaries(TemplateSummary... templateSummaries)
Summary information for templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorldTemplatesResult.setTemplateSummaries(Collection<TemplateSummary> templateSummaries)
Summary information for templates.
|
ListWorldTemplatesResult |
ListWorldTemplatesResult.withTemplateSummaries(Collection<TemplateSummary> templateSummaries)
Summary information for templates.
|
Copyright © 2022. All rights reserved.