Uses of Class
software.amazon.awssdk.services.budgets.model.ActionSubType
-
Packages that use ActionSubType Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of ActionSubType in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return ActionSubType Modifier and Type Method Description ActionSubTypeSsmActionDefinition. actionSubType()The action subType.static ActionSubTypeActionSubType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionSubTypeActionSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionSubType[]ActionSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type ActionSubType Modifier and Type Method Description static Set<ActionSubType>ActionSubType. knownValues()Methods in software.amazon.awssdk.services.budgets.model with parameters of type ActionSubType Modifier and Type Method Description SsmActionDefinition.BuilderSsmActionDefinition.Builder. actionSubType(ActionSubType actionSubType)The action subType.
-