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.
|
GetRepository
Action for the GetRepository operation.
|
ListBranches
Action for the ListBranches operation.
|
ListRepositories
Action for the ListRepositories 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()
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 GetBranch
public static final CodecommitActions GetRepository
public static final CodecommitActions ListBranches
public static final CodecommitActions ListRepositories
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.