| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.clone() |
Domain |
Domain.withLifecycle(LifecycleManagementStrategy lifecycle)
The type of lifecycle management for apps in the domain.
|
Domain |
Domain.withLifecycle(String lifecycle)
The type of lifecycle management for apps in the domain.
|
Domain |
Domain.withName(String name)
The name of the domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<Domain> |
LiveSimulationState.getDomains()
A list of domains for the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
LiveSimulationState |
LiveSimulationState.withDomains(Domain... domains)
A list of domains for the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LiveSimulationState.setDomains(Collection<Domain> domains)
A list of domains for the simulation.
|
LiveSimulationState |
LiveSimulationState.withDomains(Collection<Domain> domains)
A list of domains for the simulation.
|
Copyright © 2024. All rights reserved.