| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationAppMetadata |
SimulationAppMetadata.clone() |
SimulationAppMetadata |
SimulationAppMetadata.withDomain(String domain)
The domain of the app.
|
SimulationAppMetadata |
SimulationAppMetadata.withName(String name)
The name of the app.
|
SimulationAppMetadata |
SimulationAppMetadata.withSimulation(String simulation)
The name of the simulation of the app.
|
SimulationAppMetadata |
SimulationAppMetadata.withStatus(SimulationAppStatus status)
The current status of the app.
|
SimulationAppMetadata |
SimulationAppMetadata.withStatus(String status)
The current status of the app.
|
SimulationAppMetadata |
SimulationAppMetadata.withTargetStatus(SimulationAppTargetStatus targetStatus)
The desired status of the app.
|
SimulationAppMetadata |
SimulationAppMetadata.withTargetStatus(String targetStatus)
The desired status of the app.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimulationAppMetadata> |
ListAppsResult.getApps()
The list of apps for the given simulation and domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResult |
ListAppsResult.withApps(SimulationAppMetadata... apps)
The list of apps for the given simulation and domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsResult.setApps(Collection<SimulationAppMetadata> apps)
The list of apps for the given simulation and domain.
|
ListAppsResult |
ListAppsResult.withApps(Collection<SimulationAppMetadata> apps)
The list of apps for the given simulation and domain.
|
Copyright © 2023. All rights reserved.