| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
AutomaticTerminationMode |
StreamConfigurationCreate.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. |
AutomaticTerminationMode |
StreamingSession.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. |
AutomaticTerminationMode |
StreamConfiguration.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. |
static AutomaticTerminationMode |
AutomaticTerminationMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AutomaticTerminationMode> |
AutomaticTerminationMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.automaticTerminationMode(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.Builder |
StreamingSession.Builder.automaticTerminationMode(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.Builder |
StreamConfiguration.Builder.automaticTerminationMode(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.