Enum GameliftActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<GameliftActions>
,java.lang.constant.Constable
The available AWS access control policy actions for Amazon GameLift.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresents any action executed on Amazon GameLift.Action for the CreateAlias operation.Action for the CreateBuild operation.Action for the CreateFleet operation.Action for the CreateGameSession operation.Action for the CreatePlayerSession operation.Action for the CreatePlayerSessions operation.Action for the DeleteAlias operation.Action for the DeleteBuild operation.Action for the DeleteFleet operation.Action for the DeleteScalingPolicy operation.Action for the DescribeAlias operation.Action for the DescribeBuild operation.Action for the DescribeEC2InstanceLimits operation.Action for the DescribeFleetAttributes operation.Action for the DescribeFleetCapacity operation.Action for the DescribeFleetEvents operation.Action for the DescribeFleetPortSettings operation.Action for the DescribeFleetUtilization operation.Action for the DescribeGameSessionDetails operation.Action for the DescribeGameSessions operation.Action for the DescribePlayerSessions operation.Action for the DescribeScalingPolicies operation.Action for the GetGameSessionLogUrl operation.Action for the ListAliases operation.Action for the ListBuilds operation.Action for the ListFleets operation.Action for the PutScalingPolicy operation.Action for the RequestUploadCredentials operation.Action for the ResolveAlias operation.Action for the UpdateAlias operation.Action for the UpdateBuild operation.Action for the UpdateFleetAttributes operation.Action for the UpdateFleetCapacity operation.Action for the UpdateFleetPortSettings operation.Action for the UpdateGameSession operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static GameliftActions
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.
-
Enum Constant Details
-
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. -
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. -
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.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getActionName
Description copied from interface:Action
Returns the name of this action. For example, 'sqs:SendMessage' is the name corresponding to the SQS action that enables users to send a message to an SQS queue.- Specified by:
getActionName
in interfaceAction
- Returns:
- The name of this action.
-