| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetLayerVersionByArnResult> | 
AWSLambdaAsyncClient.getLayerVersionByArnAsync(GetLayerVersionByArnRequest request,
                         AsyncHandler<GetLayerVersionByArnRequest,GetLayerVersionByArnResult> asyncHandler)  | 
Future<GetLayerVersionByArnResult> | 
AbstractAWSLambdaAsync.getLayerVersionByArnAsync(GetLayerVersionByArnRequest request,
                         AsyncHandler<GetLayerVersionByArnRequest,GetLayerVersionByArnResult> asyncHandler)  | 
Future<GetLayerVersionByArnResult> | 
AWSLambdaAsync.getLayerVersionByArnAsync(GetLayerVersionByArnRequest getLayerVersionByArnRequest,
                         AsyncHandler<GetLayerVersionByArnRequest,GetLayerVersionByArnResult> asyncHandler)
 Returns information about a version of an AWS Lambda layer, with a link
 to download the layer archive that's valid for 10 minutes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetLayerVersionByArnRequest | 
GetLayerVersionByArnRequest.clone()  | 
GetLayerVersionByArnRequest | 
GetLayerVersionByArnRequest.withArn(String arn)
 The ARN of the layer version. 
 | 
Copyright © 2021. All rights reserved.