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 RuntimeListLayersRequest. compatibleRuntime()A runtime identifier.RuntimeListLayerVersionsRequest. compatibleRuntime()A runtime identifier.static RuntimeRuntime. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuntimeCreateFunctionRequest. runtime()The identifier of the function's runtime.RuntimeCreateFunctionResponse. runtime()The identifier of the function's runtime.RuntimeFunctionConfiguration. runtime()The identifier of the function's runtime.RuntimeGetFunctionConfigurationResponse. runtime()The identifier of the function's runtime.RuntimePublishVersionResponse. runtime()The identifier of the function's runtime.RuntimeUpdateFunctionCodeResponse. runtime()The identifier of the function's runtime.RuntimeUpdateFunctionConfigurationRequest. runtime()The identifier of the function's runtime.RuntimeUpdateFunctionConfigurationResponse. runtime()The identifier of the function's runtime.static RuntimeRuntime. 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.BuilderListLayersRequest.Builder. compatibleRuntime(Runtime compatibleRuntime)A runtime identifier.ListLayerVersionsRequest.BuilderListLayerVersionsRequest.Builder. compatibleRuntime(Runtime compatibleRuntime)A runtime identifier.GetLayerVersionByArnResponse.BuilderGetLayerVersionByArnResponse.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)The layer's compatible runtimes.GetLayerVersionResponse.BuilderGetLayerVersionResponse.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)The layer's compatible runtimes.LayerVersionsListItem.BuilderLayerVersionsListItem.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)The layer's compatible runtimes.PublishLayerVersionRequest.BuilderPublishLayerVersionRequest.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)A list of compatible function runtimes.PublishLayerVersionResponse.BuilderPublishLayerVersionResponse.Builder. compatibleRuntimes(Runtime... compatibleRuntimes)The layer's compatible runtimes.CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. runtime(Runtime runtime)The identifier of the function's runtime.CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. runtime(Runtime runtime)The identifier of the function's runtime.FunctionConfiguration.BuilderFunctionConfiguration.Builder. runtime(Runtime runtime)The identifier of the function's runtime.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. runtime(Runtime runtime)The identifier of the function's runtime.PublishVersionResponse.BuilderPublishVersionResponse.Builder. runtime(Runtime runtime)The identifier of the function's runtime.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. runtime(Runtime runtime)The identifier of the function's runtime.UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. runtime(Runtime runtime)The identifier of the function's runtime.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.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.BuilderGetLayerVersionByArnResponse.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)The layer's compatible runtimes.GetLayerVersionResponse.BuilderGetLayerVersionResponse.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)The layer's compatible runtimes.LayerVersionsListItem.BuilderLayerVersionsListItem.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)The layer's compatible runtimes.PublishLayerVersionRequest.BuilderPublishLayerVersionRequest.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)A list of compatible function runtimes.PublishLayerVersionResponse.BuilderPublishLayerVersionResponse.Builder. compatibleRuntimes(Collection<Runtime> compatibleRuntimes)The layer's compatible runtimes.
-