| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static Runtime |
Runtime.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
LambdaFunctionMetadata |
LambdaFunctionMetadata.withRuntime(Runtime runtime)
An AWS Lambda function's runtime.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withRuntime(Runtime runtime)
The runtime environment for the AWS Lambda function.
|
Copyright © 2023. All rights reserved.