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