Uses of Enum
software.amazon.awssdk.services.lambda.model.InvokeMode
Packages that use InvokeMode
-
Uses of InvokeMode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeModeModifier and TypeMethodDescriptionstatic InvokeModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InvokeModeCreateFunctionUrlConfigRequest.invokeMode()Use one of the following options:final InvokeModeCreateFunctionUrlConfigResponse.invokeMode()Use one of the following options:final InvokeModeFunctionUrlConfig.invokeMode()Use one of the following options:final InvokeModeGetFunctionUrlConfigResponse.invokeMode()Use one of the following options:final InvokeModeUpdateFunctionUrlConfigRequest.invokeMode()Use one of the following options:final InvokeModeUpdateFunctionUrlConfigResponse.invokeMode()Use one of the following options:static InvokeModeReturns the enum constant of this type with the specified name.static InvokeMode[]InvokeMode.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 InvokeModeMethods in software.amazon.awssdk.services.lambda.model with parameters of type InvokeModeModifier and TypeMethodDescriptionCreateFunctionUrlConfigRequest.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:CreateFunctionUrlConfigResponse.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:FunctionUrlConfig.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:GetFunctionUrlConfigResponse.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:UpdateFunctionUrlConfigRequest.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:UpdateFunctionUrlConfigResponse.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options: