Uses of Enum
software.amazon.awssdk.services.lambda.model.OperationAction
Packages that use OperationAction
-
Uses of OperationAction in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return OperationActionModifier and TypeMethodDescriptionfinal OperationActionOperationUpdate.action()The action to take on the operation.static OperationActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static OperationActionReturns the enum constant of this type with the specified name.static OperationAction[]OperationAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type OperationActionMethods in software.amazon.awssdk.services.lambda.model with parameters of type OperationActionModifier and TypeMethodDescriptionOperationUpdate.Builder.action(OperationAction action) The action to take on the operation.