Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.SimulationAppStatus
-
Packages that use SimulationAppStatus Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationAppStatus in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return SimulationAppStatus Modifier and Type Method Description static SimulationAppStatusSimulationAppStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SimulationAppStatusDescribeAppResponse. status()The current lifecycle state of the custom app.SimulationAppStatusSimulationAppMetadata. status()The current status of the app.static SimulationAppStatusSimulationAppStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationAppStatus[]SimulationAppStatus. 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 SimulationAppStatus Modifier and Type Method Description static Set<SimulationAppStatus>SimulationAppStatus. knownValues()Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type SimulationAppStatus Modifier and Type Method Description DescribeAppResponse.BuilderDescribeAppResponse.Builder. status(SimulationAppStatus status)The current lifecycle state of the custom app.SimulationAppMetadata.BuilderSimulationAppMetadata.Builder. status(SimulationAppStatus status)The current status of the app.
-