Serializable
, Comparable<CodecommitActions>
, Action
public enum CodecommitActions extends Enum<CodecommitActions> implements Action
Enum Constant | Description |
---|---|
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.
|
GetObjectIdentifier |
Action for the GetObjectIdentifier operation.
|
GetRepository |
Action for the GetRepository operation.
|
GetRepositoryTriggers |
Deprecated.
|
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.
|
TestRepositoryTriggers |
Deprecated.
|
UpdateDefaultBranch |
Action for the UpdateDefaultBranch operation.
|
UpdateRepositoryDescription |
Action for the UpdateRepositoryDescription operation.
|
UpdateRepositoryName |
Action for the UpdateRepositoryName operation.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
static CodecommitActions |
valueOf(String name) |
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.
|
public static final CodecommitActions AllCodecommitActions
public static final CodecommitActions BatchGetRepositories
public static final CodecommitActions CreateBranch
public static final CodecommitActions CreateRepository
public static final CodecommitActions DeleteRepository
public static final CodecommitActions GetBlob
public static final CodecommitActions GetBranch
@Deprecated public static final CodecommitActions GetCommit
public static final CodecommitActions GetObjectIdentifier
public static final CodecommitActions GetRepository
@Deprecated public static final CodecommitActions GetRepositoryTriggers
public static final CodecommitActions GetTree
public static final CodecommitActions GitPull
public static final CodecommitActions GitPush
public static final CodecommitActions ListBranches
public static final CodecommitActions ListRepositories
@Deprecated public static final CodecommitActions PutRepositoryTriggers
@Deprecated public static final CodecommitActions TestRepositoryTriggers
public static final CodecommitActions UpdateDefaultBranch
public static final CodecommitActions UpdateRepositoryDescription
public static final CodecommitActions UpdateRepositoryName
public static CodecommitActions[] values()
for (CodecommitActions c : CodecommitActions.values()) System.out.println(c);
public static CodecommitActions 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.