Uses of Class
software.amazon.awssdk.services.gamelift.model.TerminationMode
-
Packages that use TerminationMode Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of TerminationMode in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return TerminationMode Modifier and Type Method Description static TerminationModeTerminationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TerminationModeTerminateGameSessionRequest. terminationMode()The method to use to terminate the game session.static TerminationModeTerminationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminationMode[]TerminationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type TerminationMode Modifier and Type Method Description static Set<TerminationMode>TerminationMode. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type TerminationMode Modifier and Type Method Description TerminateGameSessionRequest.BuilderTerminateGameSessionRequest.Builder. terminationMode(TerminationMode terminationMode)The method to use to terminate the game session.
-