| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorldSummary |
WorldSummary.clone() |
WorldSummary |
WorldSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the world.
|
WorldSummary |
WorldSummary.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
WorldSummary |
WorldSummary.withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
|
WorldSummary |
WorldSummary.withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorldSummary> |
ListWorldsResult.getWorldSummaries()
Summary information for worlds.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorldsResult |
ListWorldsResult.withWorldSummaries(WorldSummary... worldSummaries)
Summary information for worlds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorldsResult.setWorldSummaries(Collection<WorldSummary> worldSummaries)
Summary information for worlds.
|
ListWorldsResult |
ListWorldsResult.withWorldSummaries(Collection<WorldSummary> worldSummaries)
Summary information for worlds.
|
Copyright © 2022. All rights reserved.