| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorldCount |
WorldCount.clone() |
WorldCount |
DescribeWorldGenerationJobResult.getWorldCount()
Information about the world count.
|
WorldCount |
CreateWorldGenerationJobResult.getWorldCount()
Information about the world count.
|
WorldCount |
CreateWorldGenerationJobRequest.getWorldCount()
Information about the world count.
|
WorldCount |
WorldGenerationJobSummary.getWorldCount()
Information about the world count.
|
WorldCount |
WorldCount.withFloorplanCount(Integer floorplanCount)
The number of unique floorplans.
|
WorldCount |
WorldCount.withInteriorCountPerFloorplan(Integer interiorCountPerFloorplan)
The number of unique interiors per floorplan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorldGenerationJobResult.setWorldCount(WorldCount worldCount)
Information about the world count.
|
void |
CreateWorldGenerationJobResult.setWorldCount(WorldCount worldCount)
Information about the world count.
|
void |
CreateWorldGenerationJobRequest.setWorldCount(WorldCount worldCount)
Information about the world count.
|
void |
WorldGenerationJobSummary.setWorldCount(WorldCount worldCount)
Information about the world count.
|
DescribeWorldGenerationJobResult |
DescribeWorldGenerationJobResult.withWorldCount(WorldCount worldCount)
Information about the world count.
|
CreateWorldGenerationJobResult |
CreateWorldGenerationJobResult.withWorldCount(WorldCount worldCount)
Information about the world count.
|
CreateWorldGenerationJobRequest |
CreateWorldGenerationJobRequest.withWorldCount(WorldCount worldCount)
Information about the world count.
|
WorldGenerationJobSummary |
WorldGenerationJobSummary.withWorldCount(WorldCount worldCount)
Information about the world count.
|
Copyright © 2023. All rights reserved.