Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
LayersListItem |
LayersListItem.clone() |
LayersListItem |
LayersListItem.withLatestMatchingVersion(LayerVersionsListItem latestMatchingVersion)
The newest version of the layer.
|
LayersListItem |
LayersListItem.withLayerArn(String layerArn)
The Amazon Resource Name (ARN) of the function layer.
|
LayersListItem |
LayersListItem.withLayerName(String layerName)
The name of the layer.
|
Modifier and Type | Method and Description |
---|---|
List<LayersListItem> |
ListLayersResult.getLayers()
A list of function layers.
|
Modifier and Type | Method and Description |
---|---|
ListLayersResult |
ListLayersResult.withLayers(LayersListItem... layers)
A list of function layers.
|
Modifier and Type | Method and Description |
---|---|
void |
ListLayersResult.setLayers(Collection<LayersListItem> layers)
A list of function layers.
|
ListLayersResult |
ListLayersResult.withLayers(Collection<LayersListItem> layers)
A list of function layers.
|
Copyright © 2022. All rights reserved.