@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DevicefarmActions extends Enum<DevicefarmActions> implements Action
Enum Constant and Description |
---|
AllDevicefarmActions
Represents any action executed on AWS Device Farm.
|
CreateDevicePool
Action for the CreateDevicePool operation.
|
CreateNetworkProfile
Action for the CreateNetworkProfile operation.
|
CreateProject
Action for the CreateProject operation.
|
CreateRemoteAccessSession
Action for the CreateRemoteAccessSession operation.
|
CreateUpload
Action for the CreateUpload operation.
|
DeleteDevicePool
Action for the DeleteDevicePool operation.
|
DeleteNetworkProfile
Action for the DeleteNetworkProfile operation.
|
DeleteProject
Action for the DeleteProject operation.
|
DeleteRemoteAccessSession
Action for the DeleteRemoteAccessSession 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.
|
GetNetworkProfile
Action for the GetNetworkProfile operation.
|
GetOfferingStatus
Action for the GetOfferingStatus operation.
|
GetProject
Action for the GetProject operation.
|
GetRemoteAccessSession
Action for the GetRemoteAccessSession 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.
|
InstallToRemoteAccessSession
Action for the InstallToRemoteAccessSession 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.
|
ListNetworkProfiles
Action for the ListNetworkProfiles operation.
|
ListOfferingPromotions
Action for the ListOfferingPromotions operation.
|
ListOfferings
Action for the ListOfferings operation.
|
ListOfferingTransactions
Action for the ListOfferingTransactions operation.
|
ListProjects
Action for the ListProjects operation.
|
ListRemoteAccessSessions
Action for the ListRemoteAccessSessions 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.
|
StopRemoteAccessSession
Action for the StopRemoteAccessSession operation.
|
StopRun
Action for the StopRun operation.
|
UpdateDevicePool
Action for the UpdateDevicePool operation.
|
UpdateNetworkProfile
Action for the UpdateNetworkProfile operation.
|
UpdateProject
Action for the UpdateProject operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static DevicefarmActions |
valueOf(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.
|
public static final DevicefarmActions AllDevicefarmActions
public static final DevicefarmActions CreateDevicePool
public static final DevicefarmActions CreateNetworkProfile
public static final DevicefarmActions CreateProject
public static final DevicefarmActions CreateRemoteAccessSession
public static final DevicefarmActions CreateUpload
public static final DevicefarmActions DeleteDevicePool
public static final DevicefarmActions DeleteNetworkProfile
public static final DevicefarmActions DeleteProject
public static final DevicefarmActions DeleteRemoteAccessSession
public static final DevicefarmActions DeleteRun
public static final DevicefarmActions DeleteUpload
public static final DevicefarmActions GetAccountSettings
public static final DevicefarmActions GetDevice
public static final DevicefarmActions GetDevicePool
public static final DevicefarmActions GetDevicePoolCompatibility
public static final DevicefarmActions GetJob
public static final DevicefarmActions GetNetworkProfile
public static final DevicefarmActions GetOfferingStatus
public static final DevicefarmActions GetProject
public static final DevicefarmActions GetRemoteAccessSession
public static final DevicefarmActions GetRun
public static final DevicefarmActions GetSuite
public static final DevicefarmActions GetTest
public static final DevicefarmActions GetUpload
public static final DevicefarmActions InstallToRemoteAccessSession
public static final DevicefarmActions ListArtifacts
public static final DevicefarmActions ListDevicePools
public static final DevicefarmActions ListDevices
public static final DevicefarmActions ListJobs
public static final DevicefarmActions ListNetworkProfiles
public static final DevicefarmActions ListOfferingPromotions
public static final DevicefarmActions ListOfferingTransactions
public static final DevicefarmActions ListOfferings
public static final DevicefarmActions ListProjects
public static final DevicefarmActions ListRemoteAccessSessions
public static final DevicefarmActions ListRuns
public static final DevicefarmActions ListSamples
public static final DevicefarmActions ListSuites
public static final DevicefarmActions ListTests
public static final DevicefarmActions ListUniqueProblems
public static final DevicefarmActions ListUploads
public static final DevicefarmActions PurchaseOffering
public static final DevicefarmActions RenewOffering
public static final DevicefarmActions ScheduleRun
public static final DevicefarmActions StopRemoteAccessSession
public static final DevicefarmActions StopRun
public static final DevicefarmActions UpdateDevicePool
public static final DevicefarmActions UpdateNetworkProfile
public static final DevicefarmActions UpdateProject
public static DevicefarmActions[] values()
for (DevicefarmActions c : DevicefarmActions.values()) System.out.println(c);
public static DevicefarmActions 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.