Enum DevicefarmActions
- java.lang.Object
-
- java.lang.Enum<DevicefarmActions>
-
- com.amazonaws.auth.policy.actions.DevicefarmActions
-
- All Implemented Interfaces:
Action,Serializable,Comparable<DevicefarmActions>
public enum DevicefarmActions extends Enum<DevicefarmActions> implements Action
The available AWS access control policy actions for AWS Device Farm.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AllDevicefarmActionsRepresents any action executed on AWS Device Farm.CreateDevicePoolAction for the CreateDevicePool operation.CreateProjectAction for the CreateProject operation.CreateUploadAction for the CreateUpload operation.DeleteDevicePoolAction for the DeleteDevicePool operation.DeleteProjectAction for the DeleteProject operation.DeleteRunAction for the DeleteRun operation.DeleteUploadAction for the DeleteUpload operation.GetAccountSettingsAction for the GetAccountSettings operation.GetDeviceAction for the GetDevice operation.GetDevicePoolAction for the GetDevicePool operation.GetDevicePoolCompatibilityAction for the GetDevicePoolCompatibility operation.GetJobAction for the GetJob operation.GetOfferingStatusAction for the GetOfferingStatus operation.GetProjectAction for the GetProject operation.GetRunAction for the GetRun operation.GetSuiteAction for the GetSuite operation.GetTestAction for the GetTest operation.GetUploadAction for the GetUpload operation.ListArtifactsAction for the ListArtifacts operation.ListDevicePoolsAction for the ListDevicePools operation.ListDevicesAction for the ListDevices operation.ListJobsAction for the ListJobs operation.ListOfferingsAction for the ListOfferings operation.ListOfferingTransactionsAction for the ListOfferingTransactions operation.ListProjectsAction for the ListProjects operation.ListRunsAction for the ListRuns operation.ListSamplesAction for the ListSamples operation.ListSuitesAction for the ListSuites operation.ListTestsAction for the ListTests operation.ListUniqueProblemsAction for the ListUniqueProblems operation.ListUploadsAction for the ListUploads operation.PurchaseOfferingAction for the PurchaseOffering operation.RenewOfferingAction for the RenewOffering operation.ScheduleRunAction for the ScheduleRun operation.StopRunAction for the StopRun operation.UpdateDevicePoolAction for the UpdateDevicePool operation.UpdateProjectAction for the UpdateProject operation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionName()Returns the name of this action.static DevicefarmActionsvalueOf(String name)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 Detail
-
AllDevicefarmActions
public static final DevicefarmActions AllDevicefarmActions
Represents any action executed on AWS Device Farm.
-
CreateDevicePool
public static final DevicefarmActions CreateDevicePool
Action for the CreateDevicePool operation.
-
CreateProject
public static final DevicefarmActions CreateProject
Action for the CreateProject operation.
-
CreateUpload
public static final DevicefarmActions CreateUpload
Action for the CreateUpload operation.
-
DeleteDevicePool
public static final DevicefarmActions DeleteDevicePool
Action for the DeleteDevicePool operation.
-
DeleteProject
public static final DevicefarmActions DeleteProject
Action for the DeleteProject operation.
-
DeleteRun
public static final DevicefarmActions DeleteRun
Action for the DeleteRun operation.
-
DeleteUpload
public static final DevicefarmActions DeleteUpload
Action for the DeleteUpload operation.
-
GetAccountSettings
public static final DevicefarmActions GetAccountSettings
Action for the GetAccountSettings operation.
-
GetDevice
public static final DevicefarmActions GetDevice
Action for the GetDevice operation.
-
GetDevicePool
public static final DevicefarmActions GetDevicePool
Action for the GetDevicePool operation.
-
GetDevicePoolCompatibility
public static final DevicefarmActions GetDevicePoolCompatibility
Action for the GetDevicePoolCompatibility operation.
-
GetJob
public static final DevicefarmActions GetJob
Action for the GetJob operation.
-
GetOfferingStatus
public static final DevicefarmActions GetOfferingStatus
Action for the GetOfferingStatus operation.
-
GetProject
public static final DevicefarmActions GetProject
Action for the GetProject operation.
-
GetRun
public static final DevicefarmActions GetRun
Action for the GetRun operation.
-
GetSuite
public static final DevicefarmActions GetSuite
Action for the GetSuite operation.
-
GetTest
public static final DevicefarmActions GetTest
Action for the GetTest operation.
-
GetUpload
public static final DevicefarmActions GetUpload
Action for the GetUpload operation.
-
ListArtifacts
public static final DevicefarmActions ListArtifacts
Action for the ListArtifacts operation.
-
ListDevicePools
public static final DevicefarmActions ListDevicePools
Action for the ListDevicePools operation.
-
ListDevices
public static final DevicefarmActions ListDevices
Action for the ListDevices operation.
-
ListJobs
public static final DevicefarmActions ListJobs
Action for the ListJobs operation.
-
ListOfferingTransactions
public static final DevicefarmActions ListOfferingTransactions
Action for the ListOfferingTransactions operation.
-
ListOfferings
public static final DevicefarmActions ListOfferings
Action for the ListOfferings operation.
-
ListProjects
public static final DevicefarmActions ListProjects
Action for the ListProjects operation.
-
ListRuns
public static final DevicefarmActions ListRuns
Action for the ListRuns operation.
-
ListSamples
public static final DevicefarmActions ListSamples
Action for the ListSamples operation.
-
ListSuites
public static final DevicefarmActions ListSuites
Action for the ListSuites operation.
-
ListTests
public static final DevicefarmActions ListTests
Action for the ListTests operation.
-
ListUniqueProblems
public static final DevicefarmActions ListUniqueProblems
Action for the ListUniqueProblems operation.
-
ListUploads
public static final DevicefarmActions ListUploads
Action for the ListUploads operation.
-
PurchaseOffering
public static final DevicefarmActions PurchaseOffering
Action for the PurchaseOffering operation.
-
RenewOffering
public static final DevicefarmActions RenewOffering
Action for the RenewOffering operation.
-
ScheduleRun
public static final DevicefarmActions ScheduleRun
Action for the ScheduleRun operation.
-
StopRun
public static final DevicefarmActions StopRun
Action for the StopRun operation.
-
UpdateDevicePool
public static final DevicefarmActions UpdateDevicePool
Action for the UpdateDevicePool operation.
-
UpdateProject
public static final DevicefarmActions UpdateProject
Action for the UpdateProject operation.
-
-
Method Detail
-
values
public static DevicefarmActions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DevicefarmActions c : DevicefarmActions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DevicefarmActions valueOf(String name)
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
public String getActionName()
Description copied from interface:ActionReturns 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:
getActionNamein interfaceAction- Returns:
- The name of this action.
-
-