Uses of Class
software.amazon.awssdk.services.nimble.model.AutomaticTerminationMode
-
Packages that use AutomaticTerminationMode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of AutomaticTerminationMode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return AutomaticTerminationMode Modifier and Type Method Description AutomaticTerminationModeStreamConfiguration. automaticTerminationMode()Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in aSTOPPEDstate.AutomaticTerminationModeStreamConfigurationCreate. automaticTerminationMode()Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in aSTOPPEDstate.AutomaticTerminationModeStreamingSession. automaticTerminationMode()Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in aSTOPPEDstate.static AutomaticTerminationModeAutomaticTerminationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutomaticTerminationModeAutomaticTerminationMode. 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.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type AutomaticTerminationMode Modifier and Type Method Description static Set<AutomaticTerminationMode>AutomaticTerminationMode. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type AutomaticTerminationMode Modifier and Type Method Description StreamConfiguration.BuilderStreamConfiguration.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 aSTOPPEDstate.StreamConfigurationCreate.BuilderStreamConfigurationCreate.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 aSTOPPEDstate.StreamingSession.BuilderStreamingSession.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 aSTOPPEDstate.
-