| 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)
 It is the SHA256 hash of your function deployment package. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withCodeSize(Long codeSize)
 The size, in bytes, of the function .zip file you uploaded. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withDescription(String description)
 The user-provided description. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withEnvironment(EnvironmentResponse environment)
 The parent object that contains your environment's configuration settings. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withFunctionArn(String functionArn)
 The Amazon Resource Name (ARN) assigned to the function. | 
| 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 Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLastModified(String lastModified)
 The time stamp of the last time you updated the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withMasterArn(String masterArn)
 Returns the ARN (Amazon Resource Name) of the master function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withMemorySize(Integer memorySize)
 The memory size, in MB, you configured for the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRevisionId(String revisionId)
 Represents the latest updated revision of the function or alias. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRole(String role)
 The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any
 other Amazon Web Services (AWS) resources. | 
| 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 function execution time at which Lambda should terminate the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withTracingConfig(TracingConfigResponse tracingConfig)
 The parent object that contains your function's tracing settings. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withVersion(String version)
 The version of the Lambda function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)
 VPC configuration associated with your Lambda function. | 
Copyright © 2018. All rights reserved.