Enum DevicefarmActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<DevicefarmActions>
,java.lang.constant.Constable
The available AWS access control policy actions for AWS Device Farm.
-
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 AWS Device Farm.Action for the CreateDevicePool operation.Action for the CreateProject operation.Action for the CreateUpload operation.Action for the DeleteDevicePool operation.Action for the DeleteProject operation.Action for the DeleteRun operation.Action for the DeleteUpload operation.Action for the GetAccountSettings operation.Action for the GetDevice operation.Action for the GetDevicePool operation.Action for the GetDevicePoolCompatibility operation.Action for the GetJob operation.Action for the GetOfferingStatus operation.Action for the GetProject operation.Action for the GetRun operation.Action for the GetSuite operation.Action for the GetTest operation.Action for the GetUpload operation.Action for the ListArtifacts operation.Action for the ListDevicePools operation.Action for the ListDevices operation.Action for the ListJobs operation.Action for the ListOfferings operation.Action for the ListOfferingTransactions operation.Action for the ListProjects operation.Action for the ListRuns operation.Action for the ListSamples operation.Action for the ListSuites operation.Action for the ListTests operation.Action for the ListUniqueProblems operation.Action for the ListUploads operation.Action for the PurchaseOffering operation.Action for the RenewOffering operation.Action for the ScheduleRun operation.Action for the StopRun operation.Action for the UpdateDevicePool operation.Action for the UpdateProject operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static DevicefarmActions
Returns the enum constant of this type with the specified name.static DevicefarmActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllDevicefarmActions
Represents any action executed on AWS Device Farm. -
CreateDevicePool
Action for the CreateDevicePool operation. -
CreateProject
Action for the CreateProject operation. -
CreateUpload
Action for the CreateUpload operation. -
DeleteDevicePool
Action for the DeleteDevicePool operation. -
DeleteProject
Action for the DeleteProject operation. -
DeleteRun
Action for the DeleteRun operation. -
DeleteUpload
Action for the DeleteUpload operation. -
GetAccountSettings
Action for the GetAccountSettings operation. -
GetDevice
Action for the GetDevice operation. -
GetDevicePool
Action for the GetDevicePool operation. -
GetDevicePoolCompatibility
Action for the GetDevicePoolCompatibility operation. -
GetJob
Action for the GetJob operation. -
GetOfferingStatus
Action for the GetOfferingStatus operation. -
GetProject
Action for the GetProject operation. -
GetRun
Action for the GetRun operation. -
GetSuite
Action for the GetSuite operation. -
GetTest
Action for the GetTest operation. -
GetUpload
Action for the GetUpload operation. -
ListArtifacts
Action for the ListArtifacts operation. -
ListDevicePools
Action for the ListDevicePools operation. -
ListDevices
Action for the ListDevices operation. -
ListJobs
Action for the ListJobs operation. -
ListOfferingTransactions
Action for the ListOfferingTransactions operation. -
ListOfferings
Action for the ListOfferings operation. -
ListProjects
Action for the ListProjects operation. -
ListRuns
Action for the ListRuns operation. -
ListSamples
Action for the ListSamples operation. -
ListSuites
Action for the ListSuites operation. -
ListTests
Action for the ListTests operation. -
ListUniqueProblems
Action for the ListUniqueProblems operation. -
ListUploads
Action for the ListUploads operation. -
PurchaseOffering
Action for the PurchaseOffering operation. -
RenewOffering
Action for the RenewOffering operation. -
ScheduleRun
Action for the ScheduleRun operation. -
StopRun
Action for the StopRun operation. -
UpdateDevicePool
Action for the UpdateDevicePool operation. -
UpdateProject
Action for the UpdateProject 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.
-