Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.Domain
-
Packages that use Domain Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of Domain in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type Domain Modifier and Type Method Description List<Domain>LiveSimulationState. domains()A list of domains for the simulation.Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type Domain Modifier and Type Method Description LiveSimulationState.BuilderLiveSimulationState.Builder. domains(Domain... domains)A list of domains for the simulation.Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type Domain Modifier and Type Method Description LiveSimulationState.BuilderLiveSimulationState.Builder. domains(Collection<Domain> domains)A list of domains for the simulation.
-