| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
LayerVersionContentInput | 
LayerVersionContentInput.clone()  | 
LayerVersionContentInput | 
PublishLayerVersionRequest.getContent()
 The function layer archive. 
 | 
LayerVersionContentInput | 
LayerVersionContentInput.withS3Bucket(String s3Bucket)
 The Amazon S3 bucket of the layer archive. 
 | 
LayerVersionContentInput | 
LayerVersionContentInput.withS3Key(String s3Key)
 The Amazon S3 key of the layer archive. 
 | 
LayerVersionContentInput | 
LayerVersionContentInput.withS3ObjectVersion(String s3ObjectVersion)
 For versioned objects, the version of the layer archive object to use. 
 | 
LayerVersionContentInput | 
LayerVersionContentInput.withZipFile(ByteBuffer zipFile)
 The base64-encoded contents of the layer archive. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PublishLayerVersionRequest.setContent(LayerVersionContentInput content)
 The function layer archive. 
 | 
PublishLayerVersionRequest | 
PublishLayerVersionRequest.withContent(LayerVersionContentInput content)
 The function layer archive. 
 | 
Copyright © 2021. All rights reserved.