| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default GetLayerVersionByArnResponse |
LambdaClient.getLayerVersionByArn(Consumer<GetLayerVersionByArnRequest.Builder> getLayerVersionByArnRequest)
Returns information about a version of an Lambda layer, with a link to
download the layer archive that's valid for 10 minutes.
|
default GetLayerVersionByArnResponse |
LambdaClient.getLayerVersionByArn(GetLayerVersionByArnRequest getLayerVersionByArnRequest)
Returns information about a version of an Lambda layer, with a link to
download the layer archive that's valid for 10 minutes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLayerVersionByArnResponse> |
LambdaAsyncClient.getLayerVersionByArn(Consumer<GetLayerVersionByArnRequest.Builder> getLayerVersionByArnRequest)
Returns information about a version of an Lambda layer, with a link to
download the layer archive that's valid for 10 minutes.
|
default CompletableFuture<GetLayerVersionByArnResponse> |
LambdaAsyncClient.getLayerVersionByArn(GetLayerVersionByArnRequest getLayerVersionByArnRequest)
Returns information about a version of an Lambda layer, with a link to
download the layer archive that's valid for 10 minutes.
|
Copyright © 2022. All rights reserved.