Uses of Enum
software.amazon.awssdk.services.lambda.model.Runtime
Packages that use Runtime
-
Uses of Runtime in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RuntimeModifier and TypeMethodDescriptionfinal RuntimeListLayersRequest.compatibleRuntime()A runtime identifier.final RuntimeListLayerVersionsRequest.compatibleRuntime()A runtime identifier.static RuntimeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RuntimeCreateFunctionRequest.runtime()The identifier of the function's runtime.final RuntimeCreateFunctionResponse.runtime()The identifier of the function's runtime.final RuntimeFunctionConfiguration.runtime()The identifier of the function's runtime.final RuntimeGetFunctionConfigurationResponse.runtime()The identifier of the function's runtime.final RuntimePublishVersionResponse.runtime()The identifier of the function's runtime.final RuntimeUpdateFunctionCodeResponse.runtime()The identifier of the function's runtime.final RuntimeUpdateFunctionConfigurationRequest.runtime()The identifier of the function's runtime.final RuntimeUpdateFunctionConfigurationResponse.runtime()The identifier of the function's runtime.static RuntimeReturns 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 RuntimeModifier and TypeMethodDescriptionGetLayerVersionByArnResponse.compatibleRuntimes()The layer's compatible runtimes.GetLayerVersionResponse.compatibleRuntimes()The layer's compatible runtimes.LayerVersionsListItem.compatibleRuntimes()The layer's compatible runtimes.PublishLayerVersionRequest.compatibleRuntimes()A list of compatible function runtimes.PublishLayerVersionResponse.compatibleRuntimes()The layer's compatible runtimes.Runtime.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type RuntimeModifier and TypeMethodDescriptionListLayersRequest.Builder.compatibleRuntime(Runtime compatibleRuntime) A runtime identifier.ListLayerVersionsRequest.Builder.compatibleRuntime(Runtime compatibleRuntime) A runtime identifier.GetLayerVersionByArnResponse.Builder.compatibleRuntimes(Runtime... compatibleRuntimes) The layer's compatible runtimes.GetLayerVersionResponse.Builder.compatibleRuntimes(Runtime... compatibleRuntimes) The layer's compatible runtimes.LayerVersionsListItem.Builder.compatibleRuntimes(Runtime... compatibleRuntimes) The layer's compatible runtimes.PublishLayerVersionRequest.Builder.compatibleRuntimes(Runtime... compatibleRuntimes) A list of compatible function runtimes.PublishLayerVersionResponse.Builder.compatibleRuntimes(Runtime... compatibleRuntimes) The layer's compatible runtimes.The identifier of the function's runtime.The identifier of the function's runtime.The identifier of the function's runtime.The identifier of the function's runtime.The identifier of the function's runtime.The identifier of the function's runtime.The identifier of the function's runtime.The identifier of the function's runtime.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type RuntimeModifier and TypeMethodDescriptionGetLayerVersionByArnResponse.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes) The layer's compatible runtimes.GetLayerVersionResponse.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes) The layer's compatible runtimes.LayerVersionsListItem.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes) The layer's compatible runtimes.PublishLayerVersionRequest.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes) A list of compatible function runtimes.PublishLayerVersionResponse.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes) The layer's compatible runtimes.