Uses of Class
software.amazon.awssdk.services.lambda.model.EphemeralStorage
-
Packages that use EphemeralStorage Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EphemeralStorage in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EphemeralStorage Modifier and Type Method Description EphemeralStorage
CreateFunctionRequest. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
CreateFunctionResponse. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
FunctionConfiguration. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
GetFunctionConfigurationResponse. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
PublishVersionResponse. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
UpdateFunctionCodeResponse. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
UpdateFunctionConfigurationRequest. ephemeralStorage()
The size of the function's/tmp
directory in MB.EphemeralStorage
UpdateFunctionConfigurationResponse. ephemeralStorage()
The size of the function's/tmp
directory in MB.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EphemeralStorage Modifier and Type Method Description CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.FunctionConfiguration.Builder
FunctionConfiguration.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.PublishVersionResponse.Builder
PublishVersionResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.UpdateFunctionConfigurationRequest.Builder
UpdateFunctionConfigurationRequest.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's/tmp
directory in MB.
-