Uses of Enum
software.amazon.awssdk.services.lambda.model.FunctionUrlAuthType
Packages that use FunctionUrlAuthType
-
Uses of FunctionUrlAuthType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionUrlAuthTypeModifier and TypeMethodDescriptionfinal FunctionUrlAuthTypeCreateFunctionUrlConfigRequest.authType()The type of authentication that your function URL uses.final FunctionUrlAuthTypeCreateFunctionUrlConfigResponse.authType()The type of authentication that your function URL uses.final FunctionUrlAuthTypeFunctionUrlConfig.authType()The type of authentication that your function URL uses.final FunctionUrlAuthTypeGetFunctionUrlConfigResponse.authType()The type of authentication that your function URL uses.final FunctionUrlAuthTypeUpdateFunctionUrlConfigRequest.authType()The type of authentication that your function URL uses.final FunctionUrlAuthTypeUpdateFunctionUrlConfigResponse.authType()The type of authentication that your function URL uses.static FunctionUrlAuthTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FunctionUrlAuthTypeAddPermissionRequest.functionUrlAuthType()The type of authentication that your function URL uses.static FunctionUrlAuthTypeReturns the enum constant of this type with the specified name.static FunctionUrlAuthType[]FunctionUrlAuthType.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 FunctionUrlAuthTypeModifier and TypeMethodDescriptionstatic Set<FunctionUrlAuthType>FunctionUrlAuthType.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionUrlAuthTypeModifier and TypeMethodDescriptionCreateFunctionUrlConfigRequest.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.CreateFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.FunctionUrlConfig.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.GetFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.UpdateFunctionUrlConfigRequest.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.UpdateFunctionUrlConfigResponse.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.AddPermissionRequest.Builder.functionUrlAuthType(FunctionUrlAuthType functionUrlAuthType) The type of authentication that your function URL uses.