Serializable
, Comparable<BudgetsActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum BudgetsActions extends Enum<BudgetsActions> implements Action
Enum Constant | Description |
---|---|
AllBudgetsActions |
Represents any action executed on AWSBudgets.
|
CreateBudget |
Action for the CreateBudget operation.
|
CreateNotification |
Action for the CreateNotification operation.
|
CreateSubscriber |
Action for the CreateSubscriber operation.
|
DeleteBudget |
Action for the DeleteBudget operation.
|
DeleteNotification |
Action for the DeleteNotification operation.
|
DeleteSubscriber |
Action for the DeleteSubscriber operation.
|
DescribeBudget |
Action for the DescribeBudget operation.
|
DescribeBudgets |
Action for the DescribeBudgets operation.
|
DescribeNotificationsForBudget |
Action for the DescribeNotificationsForBudget operation.
|
DescribeSubscribersForNotification |
Action for the DescribeSubscribersForNotification operation.
|
UpdateBudget |
Action for the UpdateBudget operation.
|
UpdateNotification |
Action for the UpdateNotification operation.
|
UpdateSubscriber |
Action for the UpdateSubscriber operation.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
static BudgetsActions |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BudgetsActions[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BudgetsActions AllBudgetsActions
public static final BudgetsActions CreateBudget
public static final BudgetsActions CreateNotification
public static final BudgetsActions CreateSubscriber
public static final BudgetsActions DeleteBudget
public static final BudgetsActions DeleteNotification
public static final BudgetsActions DeleteSubscriber
public static final BudgetsActions DescribeBudget
public static final BudgetsActions DescribeBudgets
public static final BudgetsActions DescribeNotificationsForBudget
public static final BudgetsActions DescribeSubscribersForNotification
public static final BudgetsActions UpdateBudget
public static final BudgetsActions UpdateNotification
public static final BudgetsActions UpdateSubscriber
public static BudgetsActions[] values()
for (BudgetsActions c : BudgetsActions.values()) System.out.println(c);
public static BudgetsActions 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.