| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaDetails |
LambdaDetails.clone() |
LambdaDetails |
Resource.getLambdaDetails()
Contains information about the Lambda function that was involved in a finding.
|
LambdaDetails |
LambdaDetails.withDescription(String description)
Description of the Lambda function.
|
LambdaDetails |
LambdaDetails.withFunctionArn(String functionArn)
Amazon Resource Name (ARN) of the Lambda function.
|
LambdaDetails |
LambdaDetails.withFunctionName(String functionName)
Name of the Lambda function.
|
LambdaDetails |
LambdaDetails.withFunctionVersion(String functionVersion)
The version of the Lambda function.
|
LambdaDetails |
LambdaDetails.withLastModifiedAt(Date lastModifiedAt)
The timestamp when the Lambda function was last modified.
|
LambdaDetails |
LambdaDetails.withRevisionId(String revisionId)
The revision ID of the Lambda function version.
|
LambdaDetails |
LambdaDetails.withRole(String role)
The execution role of the Lambda function.
|
LambdaDetails |
LambdaDetails.withTags(Collection<Tag> tags)
A list of tags attached to this resource, listed in the format of
key:value pair. |
LambdaDetails |
LambdaDetails.withTags(Tag... tags)
A list of tags attached to this resource, listed in the format of
key:value pair. |
LambdaDetails |
LambdaDetails.withVpcConfig(VpcConfig vpcConfig)
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setLambdaDetails(LambdaDetails lambdaDetails)
Contains information about the Lambda function that was involved in a finding.
|
Resource |
Resource.withLambdaDetails(LambdaDetails lambdaDetails)
Contains information about the Lambda function that was involved in a finding.
|
Copyright © 2025. All rights reserved.