| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static AutomaticTerminationMode |
AutomaticTerminationMode.fromValue(String value)
Use this in place of valueOf.
|
static AutomaticTerminationMode |
AutomaticTerminationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticTerminationMode[] |
AutomaticTerminationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate |
StreamConfigurationCreate.withAutomaticTerminationMode(AutomaticTerminationMode automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
StreamConfiguration |
StreamConfiguration.withAutomaticTerminationMode(AutomaticTerminationMode automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
StreamingSession |
StreamingSession.withAutomaticTerminationMode(AutomaticTerminationMode automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
Copyright © 2023. All rights reserved.