Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.SimulationTargetStatus
-
Packages that use SimulationTargetStatus Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationTargetStatus in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return SimulationTargetStatus Modifier and Type Method Description static SimulationTargetStatusSimulationTargetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SimulationTargetStatusDescribeSimulationResponse. targetStatus()The desired lifecycle state of the simulation.SimulationTargetStatusSimulationMetadata. targetStatus()The desired status of the simulation.static SimulationTargetStatusSimulationTargetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationTargetStatus[]SimulationTargetStatus. 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 SimulationTargetStatus Modifier and Type Method Description static Set<SimulationTargetStatus>SimulationTargetStatus. knownValues()Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type SimulationTargetStatus Modifier and Type Method Description DescribeSimulationResponse.BuilderDescribeSimulationResponse.Builder. targetStatus(SimulationTargetStatus targetStatus)The desired lifecycle state of the simulation.SimulationMetadata.BuilderSimulationMetadata.Builder. targetStatus(SimulationTargetStatus targetStatus)The desired status of the simulation.
-