Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
LayerVersionContentOutput |
LayerVersionContentOutput.clone() |
LayerVersionContentOutput |
GetLayerVersionResult.getContent()
Details about the layer version.
|
LayerVersionContentOutput |
PublishLayerVersionResult.getContent()
Details about the layer version.
|
LayerVersionContentOutput |
GetLayerVersionByArnResult.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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetLayerVersionResult.setContent(LayerVersionContentOutput content)
Details about the layer version.
|
void |
PublishLayerVersionResult.setContent(LayerVersionContentOutput content)
Details about the layer version.
|
void |
GetLayerVersionByArnResult.setContent(LayerVersionContentOutput content)
Details about the layer version.
|
GetLayerVersionResult |
GetLayerVersionResult.withContent(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.
|
Copyright © 2019. All rights reserved.