Uses of Class
software.amazon.awssdk.services.lambda.model.EphemeralStorage
Packages that use EphemeralStorage
-
Uses of EphemeralStorage in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EphemeralStorageModifier and TypeMethodDescriptionfinal EphemeralStorageCreateFunctionRequest.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStorageCreateFunctionResponse.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStorageFunctionConfiguration.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStorageGetFunctionConfigurationResponse.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStoragePublishVersionResponse.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStorageUpdateFunctionCodeResponse.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStorageUpdateFunctionConfigurationRequest.ephemeralStorage()The size of the function's/tmpdirectory in MB.final EphemeralStorageUpdateFunctionConfigurationResponse.ephemeralStorage()The size of the function's/tmpdirectory in MB.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EphemeralStorageModifier and TypeMethodDescriptionCreateFunctionRequest.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.CreateFunctionResponse.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.FunctionConfiguration.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.GetFunctionConfigurationResponse.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.PublishVersionResponse.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.UpdateFunctionCodeResponse.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.UpdateFunctionConfigurationRequest.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.UpdateFunctionConfigurationResponse.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.