| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionCode |
AwsLambdaFunctionCode.clone() |
AwsLambdaFunctionCode |
AwsLambdaFunctionDetails.getCode()
An
AwsLambdaFunctionCode object. |
AwsLambdaFunctionCode |
AwsLambdaFunctionCode.withS3Bucket(String s3Bucket)
An Amazon S3 bucket in the same Amazon Web Services Region as your function.
|
AwsLambdaFunctionCode |
AwsLambdaFunctionCode.withS3Key(String s3Key)
The Amazon S3 key of the deployment package.
|
AwsLambdaFunctionCode |
AwsLambdaFunctionCode.withS3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the deployment package object to use.
|
AwsLambdaFunctionCode |
AwsLambdaFunctionCode.withZipFile(String zipFile)
The base64-encoded contents of the deployment package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsLambdaFunctionDetails.setCode(AwsLambdaFunctionCode code)
An
AwsLambdaFunctionCode object. |
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withCode(AwsLambdaFunctionCode code)
An
AwsLambdaFunctionCode object. |
Copyright © 2021. All rights reserved.