Uses of Class
software.amazon.awssdk.services.lambda.model.Runtime
-
Packages that use Runtime Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of Runtime in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return Runtime Modifier and Type Method Description Runtime
ListLayersRequest. compatibleRuntime()
A runtime identifier.Runtime
ListLayerVersionsRequest. compatibleRuntime()
A runtime identifier.static Runtime
Runtime. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.Runtime
CreateFunctionRequest. runtime()
The identifier of the function's runtime.Runtime
CreateFunctionResponse. runtime()
The identifier of the function's runtime.Runtime
FunctionConfiguration. runtime()
The identifier of the function's runtime.Runtime
GetFunctionConfigurationResponse. runtime()
The identifier of the function's runtime.Runtime
PublishVersionResponse. runtime()
The identifier of the function's runtime.Runtime
UpdateFunctionCodeResponse. runtime()
The identifier of the function's runtime.Runtime
UpdateFunctionConfigurationRequest. runtime()
The identifier of the function's runtime.Runtime
UpdateFunctionConfigurationResponse. runtime()
The identifier of the function's runtime.static Runtime
Runtime. valueOf(String name)
Returns the enum constant of this type with the specified name.static Runtime[]
Runtime. 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 Runtime Modifier and Type Method Description List<Runtime>
GetLayerVersionByArnResponse. compatibleRuntimes()
The layer's compatible runtimes.List<Runtime>
GetLayerVersionResponse. compatibleRuntimes()
The layer's compatible runtimes.List<Runtime>
LayerVersionsListItem. compatibleRuntimes()
The layer's compatible runtimes.List<Runtime>
PublishLayerVersionRequest. compatibleRuntimes()
A list of compatible function runtimes.List<Runtime>
PublishLayerVersionResponse. compatibleRuntimes()
The layer's compatible runtimes.static Set<Runtime>
Runtime. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type Runtime Modifier and Type Method Description ListLayersRequest.Builder
ListLayersRequest.Builder. compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.ListLayerVersionsRequest.Builder
ListLayerVersionsRequest.Builder. compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.GetLayerVersionByArnResponse.Builder
GetLayerVersionByArnResponse.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.GetLayerVersionResponse.Builder
GetLayerVersionResponse.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.LayerVersionsListItem.Builder
LayerVersionsListItem.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.PublishLayerVersionRequest.Builder
PublishLayerVersionRequest.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)
A list of compatible function runtimes.PublishLayerVersionResponse.Builder
PublishLayerVersionResponse.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.CreateFunctionResponse.Builder
CreateFunctionResponse.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.FunctionConfiguration.Builder
FunctionConfiguration.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.PublishVersionResponse.Builder
PublishVersionResponse.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.UpdateFunctionConfigurationRequest.Builder
UpdateFunctionConfigurationRequest.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. runtime(Runtime runtime)
The identifier of the function's runtime.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type Runtime Modifier and Type Method Description GetLayerVersionByArnResponse.Builder
GetLayerVersionByArnResponse.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.GetLayerVersionResponse.Builder
GetLayerVersionResponse.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.LayerVersionsListItem.Builder
LayerVersionsListItem.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.PublishLayerVersionRequest.Builder
PublishLayerVersionRequest.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
A list of compatible function runtimes.PublishLayerVersionResponse.Builder
PublishLayerVersionResponse.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
-