Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionUrlAuthType
-
Packages that use FunctionUrlAuthType Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionUrlAuthType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionUrlAuthType Modifier and Type Method Description FunctionUrlAuthTypeCreateFunctionUrlConfigRequest. authType()The type of authentication that your function URL uses.FunctionUrlAuthTypeCreateFunctionUrlConfigResponse. authType()The type of authentication that your function URL uses.FunctionUrlAuthTypeFunctionUrlConfig. authType()The type of authentication that your function URL uses.FunctionUrlAuthTypeGetFunctionUrlConfigResponse. authType()The type of authentication that your function URL uses.FunctionUrlAuthTypeUpdateFunctionUrlConfigRequest. authType()The type of authentication that your function URL uses.FunctionUrlAuthTypeUpdateFunctionUrlConfigResponse. authType()The type of authentication that your function URL uses.static FunctionUrlAuthTypeFunctionUrlAuthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FunctionUrlAuthTypeAddPermissionRequest. functionUrlAuthType()The type of authentication that your function URL uses.static FunctionUrlAuthTypeFunctionUrlAuthType. valueOf(String name)Returns 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 FunctionUrlAuthType Modifier and Type Method Description static Set<FunctionUrlAuthType>FunctionUrlAuthType. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionUrlAuthType Modifier and Type Method Description CreateFunctionUrlConfigRequest.BuilderCreateFunctionUrlConfigRequest.Builder. authType(FunctionUrlAuthType authType)The type of authentication that your function URL uses.CreateFunctionUrlConfigResponse.BuilderCreateFunctionUrlConfigResponse.Builder. authType(FunctionUrlAuthType authType)The type of authentication that your function URL uses.FunctionUrlConfig.BuilderFunctionUrlConfig.Builder. authType(FunctionUrlAuthType authType)The type of authentication that your function URL uses.GetFunctionUrlConfigResponse.BuilderGetFunctionUrlConfigResponse.Builder. authType(FunctionUrlAuthType authType)The type of authentication that your function URL uses.UpdateFunctionUrlConfigRequest.BuilderUpdateFunctionUrlConfigRequest.Builder. authType(FunctionUrlAuthType authType)The type of authentication that your function URL uses.UpdateFunctionUrlConfigResponse.BuilderUpdateFunctionUrlConfigResponse.Builder. authType(FunctionUrlAuthType authType)The type of authentication that your function URL uses.AddPermissionRequest.BuilderAddPermissionRequest.Builder. functionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)The type of authentication that your function URL uses.
-