| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.clone() |
AwsLambdaFunctionDetails |
ResourceDetails.getAwsLambdaFunction()
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withArchitectures(Architecture... architectures)
The instruction set architecture that the Amazon Web Services Lambda function supports.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withArchitectures(Collection<String> architectures)
The instruction set architecture that the Amazon Web Services Lambda function supports.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withArchitectures(String... architectures)
The instruction set architecture that the Amazon Web Services Lambda function supports.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withCodeSha256(String codeSha256)
The SHA256 hash of the Amazon Web Services Lambda function's deployment package.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withExecutionRoleArn(String executionRoleArn)
The Amazon Web Services Lambda function's execution role.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withFunctionName(String functionName)
The name of the Amazon Web Services Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLastModifiedAt(Date lastModifiedAt)
The date and time that a user last updated the configuration, in ISO 8601 format
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLayers(Collection<String> layers)
The Amazon Web Services Lambda function's layers.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLayers(String... layers)
The Amazon Web Services Lambda function's layers.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withPackageType(PackageType packageType)
The type of deployment package.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withPackageType(String packageType)
The type of deployment package.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withRuntime(Runtime runtime)
The runtime environment for the Amazon Web Services Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withRuntime(String runtime)
The runtime environment for the Amazon Web Services Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withVersion(String version)
The version of the Amazon Web Services Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withVpcConfig(LambdaVpcConfig vpcConfig)
The Amazon Web Services Lambda function's networking configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsLambdaFunction(AwsLambdaFunctionDetails awsLambdaFunction)
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
|
ResourceDetails |
ResourceDetails.withAwsLambdaFunction(AwsLambdaFunctionDetails awsLambdaFunction)
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
|
Copyright © 2025. All rights reserved.