public enum GameliftActions extends Enum<GameliftActions> implements Action
Enum Constant and Description |
---|
AllGameliftActions
Represents any action executed on Amazon GameLift.
|
CreateAlias
Action for the CreateAlias operation.
|
CreateBuild
Action for the CreateBuild operation.
|
CreateFleet
Action for the CreateFleet operation.
|
CreateGameSession
Action for the CreateGameSession operation.
|
CreatePlayerSession
Action for the CreatePlayerSession operation.
|
CreatePlayerSessions
Action for the CreatePlayerSessions operation.
|
DeleteAlias
Action for the DeleteAlias operation.
|
DeleteBuild
Action for the DeleteBuild operation.
|
DeleteFleet
Action for the DeleteFleet operation.
|
DeleteScalingPolicy
Action for the DeleteScalingPolicy operation.
|
DescribeAlias
Action for the DescribeAlias operation.
|
DescribeBuild
Action for the DescribeBuild operation.
|
DescribeEC2InstanceLimits
Action for the DescribeEC2InstanceLimits operation.
|
DescribeFleetAttributes
Action for the DescribeFleetAttributes operation.
|
DescribeFleetCapacity
Action for the DescribeFleetCapacity operation.
|
DescribeFleetEvents
Action for the DescribeFleetEvents operation.
|
DescribeFleetPortSettings
Action for the DescribeFleetPortSettings operation.
|
DescribeFleetUtilization
Action for the DescribeFleetUtilization operation.
|
DescribeGameSessionDetails
Action for the DescribeGameSessionDetails operation.
|
DescribeGameSessions
Action for the DescribeGameSessions operation.
|
DescribePlayerSessions
Action for the DescribePlayerSessions operation.
|
DescribeRuntimeConfiguration
Action for the DescribeRuntimeConfiguration operation.
|
DescribeScalingPolicies
Action for the DescribeScalingPolicies operation.
|
GetGameSessionLogUrl
Action for the GetGameSessionLogUrl operation.
|
ListAliases
Action for the ListAliases operation.
|
ListBuilds
Action for the ListBuilds operation.
|
ListFleets
Action for the ListFleets operation.
|
PutScalingPolicy
Action for the PutScalingPolicy operation.
|
RequestUploadCredentials
Action for the RequestUploadCredentials operation.
|
ResolveAlias
Action for the ResolveAlias operation.
|
SearchGameSessions
Action for the SearchGameSessions operation.
|
UpdateAlias
Action for the UpdateAlias operation.
|
UpdateBuild
Action for the UpdateBuild operation.
|
UpdateFleetAttributes
Action for the UpdateFleetAttributes operation.
|
UpdateFleetCapacity
Action for the UpdateFleetCapacity operation.
|
UpdateFleetPortSettings
Action for the UpdateFleetPortSettings operation.
|
UpdateGameSession
Action for the UpdateGameSession operation.
|
UpdateRuntimeConfiguration
Action for the UpdateRuntimeConfiguration operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static GameliftActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameliftActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GameliftActions AllGameliftActions
public static final GameliftActions CreateAlias
public static final GameliftActions CreateBuild
public static final GameliftActions CreateFleet
public static final GameliftActions CreateGameSession
public static final GameliftActions CreatePlayerSession
public static final GameliftActions CreatePlayerSessions
public static final GameliftActions DeleteAlias
public static final GameliftActions DeleteBuild
public static final GameliftActions DeleteFleet
public static final GameliftActions DeleteScalingPolicy
public static final GameliftActions DescribeAlias
public static final GameliftActions DescribeBuild
public static final GameliftActions DescribeEC2InstanceLimits
public static final GameliftActions DescribeFleetAttributes
public static final GameliftActions DescribeFleetCapacity
public static final GameliftActions DescribeFleetEvents
public static final GameliftActions DescribeFleetPortSettings
public static final GameliftActions DescribeFleetUtilization
public static final GameliftActions DescribeGameSessionDetails
public static final GameliftActions DescribeGameSessions
public static final GameliftActions DescribePlayerSessions
public static final GameliftActions DescribeRuntimeConfiguration
public static final GameliftActions DescribeScalingPolicies
public static final GameliftActions GetGameSessionLogUrl
public static final GameliftActions ListAliases
public static final GameliftActions ListBuilds
public static final GameliftActions ListFleets
public static final GameliftActions PutScalingPolicy
public static final GameliftActions RequestUploadCredentials
public static final GameliftActions ResolveAlias
public static final GameliftActions SearchGameSessions
public static final GameliftActions UpdateAlias
public static final GameliftActions UpdateBuild
public static final GameliftActions UpdateFleetAttributes
public static final GameliftActions UpdateFleetCapacity
public static final GameliftActions UpdateFleetPortSettings
public static final GameliftActions UpdateGameSession
public static final GameliftActions UpdateRuntimeConfiguration
public static GameliftActions[] values()
for (GameliftActions c : GameliftActions.values()) System.out.println(c);
public static GameliftActions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.