Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.SimulationStatus
-
Packages that use SimulationStatus Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationStatus in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return SimulationStatus Modifier and Type Method Description static SimulationStatusSimulationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SimulationStatusDescribeSimulationResponse. status()The current lifecycle state of the simulation.SimulationStatusSimulationMetadata. status()The current status of the simulation.static SimulationStatusSimulationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationStatus[]SimulationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type SimulationStatus Modifier and Type Method Description static Set<SimulationStatus>SimulationStatus. knownValues()Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type SimulationStatus Modifier and Type Method Description DescribeSimulationResponse.BuilderDescribeSimulationResponse.Builder. status(SimulationStatus status)The current lifecycle state of the simulation.SimulationMetadata.BuilderSimulationMetadata.Builder. status(SimulationStatus status)The current status of the simulation.
-