| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
GetLayerVersionByArnResult | 
AbstractAWSLambda.getLayerVersionByArn(GetLayerVersionByArnRequest request)  | 
GetLayerVersionByArnResult | 
AWSLambda.getLayerVersionByArn(GetLayerVersionByArnRequest getLayerVersionByArnRequest)
 Returns information about a version of an AWS Lambda layer, with a link
 to download the layer archive that's valid for 10 minutes. 
 | 
GetLayerVersionByArnResult | 
AWSLambdaClient.getLayerVersionByArn(GetLayerVersionByArnRequest request)
 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 | 
|---|---|
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. 
 | 
Future<GetLayerVersionByArnResult> | 
AbstractAWSLambdaAsync.getLayerVersionByArnAsync(GetLayerVersionByArnRequest request,
                         AsyncHandler<GetLayerVersionByArnRequest,GetLayerVersionByArnResult> asyncHandler)  | 
Future<GetLayerVersionByArnResult> | 
AWSLambdaAsyncClient.getLayerVersionByArnAsync(GetLayerVersionByArnRequest request,
                         AsyncHandler<GetLayerVersionByArnRequest,GetLayerVersionByArnResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.clone()  | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withCompatibleRuntimes(Collection<String> compatibleRuntimes)
 The layer's compatible runtimes. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withCompatibleRuntimes(Runtime... compatibleRuntimes)
 The layer's compatible runtimes. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withCompatibleRuntimes(String... compatibleRuntimes)
 The layer's compatible runtimes. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withContent(LayerVersionContentOutput content)
 Details about the layer version. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withCreatedDate(String createdDate)
 The date that the layer version was created, in ISO-8601 format
 (YYYY-MM-DDThh:mm:ss.sTZD). 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withDescription(String description)
 The description of the version. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withLayerArn(String layerArn)
 The ARN of the layer. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withLayerVersionArn(String layerVersionArn)
 The ARN of the layer version. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withLicenseInfo(String licenseInfo)
 The layer's software license. 
 | 
GetLayerVersionByArnResult | 
GetLayerVersionByArnResult.withVersion(Long version)
 The version number. 
 | 
Copyright © 2020. All rights reserved.