Uses of Class
software.amazon.awssdk.services.robomaker.model.ExitBehavior
-
Packages that use ExitBehavior Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of ExitBehavior in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return ExitBehavior Modifier and Type Method Description ExitBehaviorTool. exitBehavior()Exit behavior determines what happens when your tool quits running.static ExitBehaviorExitBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExitBehaviorExitBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static ExitBehavior[]ExitBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type ExitBehavior Modifier and Type Method Description static Set<ExitBehavior>ExitBehavior. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type ExitBehavior Modifier and Type Method Description Tool.BuilderTool.Builder. exitBehavior(ExitBehavior exitBehavior)Exit behavior determines what happens when your tool quits running.
-