Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
LayerVersionContentOutput |
LayerVersionContentOutput.clone() |
LayerVersionContentOutput |
PublishLayerVersionResult.getContent()
Details about the layer version.
|
LayerVersionContentOutput |
GetLayerVersionByArnResult.getContent()
Details about the layer version.
|
LayerVersionContentOutput |
GetLayerVersionResult.getContent()
Details about the layer version.
|
LayerVersionContentOutput |
LayerVersionContentOutput.withCodeSha256(String codeSha256)
The SHA-256 hash of the layer archive.
|
LayerVersionContentOutput |
LayerVersionContentOutput.withCodeSize(Long codeSize)
The size of the layer archive in bytes.
|
LayerVersionContentOutput |
LayerVersionContentOutput.withLocation(String location)
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
|
LayerVersionContentOutput |
LayerVersionContentOutput.withSigningJobArn(String signingJobArn)
The Amazon Resource Name (ARN) of a signing job.
|
LayerVersionContentOutput |
LayerVersionContentOutput.withSigningProfileVersionArn(String signingProfileVersionArn)
The Amazon Resource Name (ARN) for a signing profile version.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishLayerVersionResult.setContent(LayerVersionContentOutput content)
Details about the layer version.
|
void |
GetLayerVersionByArnResult.setContent(LayerVersionContentOutput content)
Details about the layer version.
|
void |
GetLayerVersionResult.setContent(LayerVersionContentOutput content)
Details about the layer version.
|
PublishLayerVersionResult |
PublishLayerVersionResult.withContent(LayerVersionContentOutput content)
Details about the layer version.
|
GetLayerVersionByArnResult |
GetLayerVersionByArnResult.withContent(LayerVersionContentOutput content)
Details about the layer version.
|
GetLayerVersionResult |
GetLayerVersionResult.withContent(LayerVersionContentOutput content)
Details about the layer version.
|
Copyright © 2022. All rights reserved.