Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
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 |
---|---|
GetLayerVersionByArnRequest |
GetLayerVersionByArnRequest.clone() |
GetLayerVersionByArnRequest |
GetLayerVersionByArnRequest.withArn(String arn)
The ARN of the layer version.
|
Copyright © 2020. All rights reserved.