| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionConfigurationResult | AbstractAWSLambda. getFunctionConfiguration(GetFunctionConfigurationRequest request) | 
| GetFunctionConfigurationResult | AWSLambda. getFunctionConfiguration(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
 Returns the configuration information of the Lambda function. | 
| GetFunctionConfigurationResult | AWSLambdaClient. getFunctionConfiguration(GetFunctionConfigurationRequest request)
 Returns the configuration information of the Lambda function. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<GetFunctionConfigurationResult> | AWSLambdaAsync. getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
 Returns the configuration information of the Lambda function. | 
| Future<GetFunctionConfigurationResult> | AbstractAWSLambdaAsync. getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) | 
| Future<GetFunctionConfigurationResult> | AWSLambdaAsyncClient. getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. clone() | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withCodeSha256(String codeSha256)
 The SHA256 hash of the function's deployment package. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withCodeSize(Long codeSize)
 The size of the function's deployment package in bytes. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The function's dead letter queue. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withDescription(String description)
 The function's description. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withEnvironment(EnvironmentResponse environment)
 The function's environment variables. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withFunctionArn(String functionArn)
 The function's Amazon Resource Name. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withFunctionName(String functionName)
 The name of the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withHandler(String handler)
 The function Lambda calls to begin executing your function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withKMSKeyArn(String kMSKeyArn)
 The KMS key used to encrypt the function's environment variables. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLastModified(String lastModified)
 The date and time that the function was last updated, in ISO-8601
 format (YYYY-MM-DDThh:mm:ss.sTZD). | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLayers(Collection<Layer> layers)
 A list of function layers. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLayers(Layer... layers)
 A list of function layers. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withMasterArn(String masterArn)
 The ARN of the master function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withMemorySize(Integer memorySize)
 The memory allocated to the function | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRevisionId(String revisionId)
 Represents the latest updated revision of the function or alias. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRole(String role)
 The function's execution role. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRuntime(Runtime runtime)
 The runtime environment for the Lambda function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRuntime(String runtime)
 The runtime environment for the Lambda function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withTimeout(Integer timeout)
 The amount of time that Lambda allows a function to run before terminating it. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withTracingConfig(TracingConfigResponse tracingConfig)
 The function's AWS X-Ray tracing configuration. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withVersion(String version)
 The version of the Lambda function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
Copyright © 2018. All rights reserved.