public enum CodecommitActions extends Enum<CodecommitActions> implements Action
| Enum Constant and 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.
|
GetBranch
Action for the GetBranch operation.
|
GetCommit
Action for the GetCommit operation.
|
GetRepository
Action for the GetRepository operation.
|
GetRepositoryTriggers
Action for the GetRepositoryTriggers operation.
|
ListBranches
Action for the ListBranches operation.
|
ListRepositories
Action for the ListRepositories operation.
|
PutRepositoryTriggers
Action for the PutRepositoryTriggers operation.
|
TestRepositoryTriggers
Action for the TestRepositoryTriggers operation.
|
UpdateDefaultBranch
Action for the UpdateDefaultBranch operation.
|
UpdateRepositoryDescription
Action for the UpdateRepositoryDescription operation.
|
UpdateRepositoryName
Action for the UpdateRepositoryName operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
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 GetBranch
public static final CodecommitActions GetCommit
public static final CodecommitActions GetRepository
public static final CodecommitActions GetRepositoryTriggers
public static final CodecommitActions ListBranches
public static final CodecommitActions ListRepositories
public static final CodecommitActions PutRepositoryTriggers
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()
getActionName in interface ActionCopyright © 2016. All rights reserved.