Enum CodepipelineActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<CodepipelineActions>
,java.lang.constant.Constable
The available AWS access control policy actions for CodePipeline.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAction for the AcknowledgeJob operation.Action for the AcknowledgeThirdPartyJob operation.Represents any action executed on CodePipeline.Action for the CreateCustomActionType operation.Action for the CreatePipeline operation.Action for the DeleteCustomActionType operation.Action for the DeletePipeline operation.Action for the DisableStageTransition operation.Action for the EnableStageTransition operation.Action for the GetJobDetails operation.Action for the GetPipeline operation.Action for the GetPipelineState operation.Action for the GetThirdPartyJobDetails operation.Action for the ListActionTypes operation.Action for the ListPipelines operation.Action for the PollForJobs operation.Action for the PollForThirdPartyJobs operation.Action for the PutActionRevision operation.Action for the PutJobFailureResult operation.Action for the PutJobSuccessResult operation.Action for the PutThirdPartyJobFailureResult operation.Action for the PutThirdPartyJobSuccessResult operation.Action for the StartPipelineExecution operation.Action for the UpdatePipeline operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static CodepipelineActions
Returns the enum constant of this type with the specified name.static CodepipelineActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllCodepipelineActions
Represents any action executed on CodePipeline. -
AcknowledgeJob
Action for the AcknowledgeJob operation. -
AcknowledgeThirdPartyJob
Action for the AcknowledgeThirdPartyJob operation. -
CreateCustomActionType
Action for the CreateCustomActionType operation. -
CreatePipeline
Action for the CreatePipeline operation. -
DeleteCustomActionType
Action for the DeleteCustomActionType operation. -
DeletePipeline
Action for the DeletePipeline operation. -
DisableStageTransition
Action for the DisableStageTransition operation. -
EnableStageTransition
Action for the EnableStageTransition operation. -
GetJobDetails
Action for the GetJobDetails operation. -
GetPipeline
Action for the GetPipeline operation. -
GetPipelineState
Action for the GetPipelineState operation. -
GetThirdPartyJobDetails
Action for the GetThirdPartyJobDetails operation. -
ListActionTypes
Action for the ListActionTypes operation. -
ListPipelines
Action for the ListPipelines operation. -
PollForJobs
Action for the PollForJobs operation. -
PollForThirdPartyJobs
Action for the PollForThirdPartyJobs operation. -
PutActionRevision
Action for the PutActionRevision operation. -
PutJobFailureResult
Action for the PutJobFailureResult operation. -
PutJobSuccessResult
Action for the PutJobSuccessResult operation. -
PutThirdPartyJobFailureResult
Action for the PutThirdPartyJobFailureResult operation. -
PutThirdPartyJobSuccessResult
Action for the PutThirdPartyJobSuccessResult operation. -
StartPipelineExecution
Action for the StartPipelineExecution operation. -
UpdatePipeline
Action for the UpdatePipeline 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.
-