Enum CodecommitActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<CodecommitActions>
,java.lang.constant.Constable
The available AWS access control policy actions for CodeCommit.
-
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 CodeCommit.Action for the BatchGetRepositories operation.Action for the CreateBranch operation.Action for the CreateRepository operation.Action for the DeleteRepository operation.Action for the GetBlob operation.Action for the GetBranch operation.Deprecated.Action for the GetObjectIdentifier operation.Action for the GetRepository operation.Deprecated.Action for the GetTree operation.Action for the GitPull operation.Action for the GitPush operation.Action for the ListBranches operation.Action for the ListRepositories operation.Deprecated.Deprecated.Action for the UpdateDefaultBranch operation.Action for the UpdateRepositoryDescription operation.Action for the UpdateRepositoryName operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static CodecommitActions
Returns the enum constant of this type with the specified name.static CodecommitActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllCodecommitActions
Represents any action executed on CodeCommit. -
BatchGetRepositories
Action for the BatchGetRepositories operation. -
CreateBranch
Action for the CreateBranch operation. -
CreateRepository
Action for the CreateRepository operation. -
DeleteRepository
Action for the DeleteRepository operation. -
GetBlob
Action for the GetBlob operation. -
GetBranch
Action for the GetBranch operation. -
GetCommit
Deprecated.Action for the GetCommit operation. -
GetObjectIdentifier
Action for the GetObjectIdentifier operation. -
GetRepository
Action for the GetRepository operation. -
GetRepositoryTriggers
Deprecated.Action for the GetRepositoryTriggers operation. -
GetTree
Action for the GetTree operation. -
GitPull
Action for the GitPull operation. -
GitPush
Action for the GitPush operation. -
ListBranches
Action for the ListBranches operation. -
ListRepositories
Action for the ListRepositories operation. -
PutRepositoryTriggers
Deprecated.Action for the PutRepositoryTriggers operation. -
TestRepositoryTriggers
Deprecated.Action for the TestRepositoryTriggers operation. -
UpdateDefaultBranch
Action for the UpdateDefaultBranch operation. -
UpdateRepositoryDescription
Action for the UpdateRepositoryDescription operation. -
UpdateRepositoryName
Action for the UpdateRepositoryName 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.
-