| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ExitBehavior |
ExitBehavior.fromValue(String value)
Use this in place of valueOf.
|
static ExitBehavior |
ExitBehavior.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.
|
| Modifier and Type | Method and Description |
|---|---|
Tool |
Tool.withExitBehavior(ExitBehavior exitBehavior)
Exit behavior determines what happens when your tool quits running.
|
Copyright © 2021. All rights reserved.