| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and 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 |
FunctionConfiguration.runtime()
The runtime environment for the Lambda function.
|
Runtime |
UpdateFunctionCodeResponse.runtime()
The runtime environment for the Lambda function.
|
Runtime |
CreateFunctionResponse.runtime()
The runtime environment for the Lambda function.
|
Runtime |
UpdateFunctionConfigurationResponse.runtime()
The runtime environment for the Lambda function.
|
Runtime |
PublishVersionResponse.runtime()
The runtime environment for the Lambda function.
|
Runtime |
CreateFunctionRequest.runtime()
The identifier of the function's runtime.
|
Runtime |
UpdateFunctionConfigurationRequest.runtime()
The identifier of the function's runtime.
|
Runtime |
GetFunctionConfigurationResponse.runtime()
The runtime environment for the Lambda function.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Runtime> |
PublishLayerVersionRequest.compatibleRuntimes()
A list of compatible function
runtimes.
|
List<Runtime> |
GetLayerVersionResponse.compatibleRuntimes()
The layer's compatible runtimes.
|
List<Runtime> |
GetLayerVersionByArnResponse.compatibleRuntimes()
The layer's compatible runtimes.
|
List<Runtime> |
LayerVersionsListItem.compatibleRuntimes()
The layer's compatible runtimes.
|
List<Runtime> |
PublishLayerVersionResponse.compatibleRuntimes()
The layer's compatible runtimes.
|
static Set<Runtime> |
Runtime.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListLayersRequest.Builder |
ListLayersRequest.Builder.compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.
|
ListLayerVersionsRequest.Builder |
ListLayerVersionsRequest.Builder.compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.
|
PublishLayerVersionRequest.Builder |
PublishLayerVersionRequest.Builder.compatibleRuntimes(Runtime... compatibleRuntimes)
A list of compatible function
runtimes.
|
GetLayerVersionResponse.Builder |
GetLayerVersionResponse.Builder.compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
|
GetLayerVersionByArnResponse.Builder |
GetLayerVersionByArnResponse.Builder.compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
|
LayerVersionsListItem.Builder |
LayerVersionsListItem.Builder.compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
|
PublishLayerVersionResponse.Builder |
PublishLayerVersionResponse.Builder.compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
|
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function.
|
UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function.
|
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function.
|
UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function.
|
PublishVersionResponse.Builder |
PublishVersionResponse.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.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.
|
GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
PublishLayerVersionRequest.Builder |
PublishLayerVersionRequest.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
A list of compatible function
runtimes.
|
GetLayerVersionResponse.Builder |
GetLayerVersionResponse.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
|
GetLayerVersionByArnResponse.Builder |
GetLayerVersionByArnResponse.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
|
LayerVersionsListItem.Builder |
LayerVersionsListItem.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
|
PublishLayerVersionResponse.Builder |
PublishLayerVersionResponse.Builder.compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
|
Copyright © 2019. All rights reserved.