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 EphemeralStorageCreateFunctionRequest. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStorageCreateFunctionResponse. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStorageFunctionConfiguration. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStorageGetFunctionConfigurationResponse. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStoragePublishVersionResponse. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStorageUpdateFunctionCodeResponse. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStorageUpdateFunctionConfigurationRequest. ephemeralStorage()The size of the function's/tmpdirectory in MB.EphemeralStorageUpdateFunctionConfigurationResponse. ephemeralStorage()The size of the function's/tmpdirectory in MB.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EphemeralStorage Modifier and Type Method Description CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.FunctionConfiguration.BuilderFunctionConfiguration.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.PublishVersionResponse.BuilderPublishVersionResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.
-