| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | |
| com.amazonaws.services.lambda.waiters | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionConfigurationResult | AWSLambda. getFunctionConfiguration(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
 Returns the version-specific settings of a Lambda function or version. | 
| GetFunctionConfigurationResult | AbstractAWSLambda. getFunctionConfiguration(GetFunctionConfigurationRequest request) | 
| GetFunctionConfigurationResult | AWSLambdaClient. getFunctionConfiguration(GetFunctionConfigurationRequest request)
 Returns the version-specific settings of a Lambda function or version. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<GetFunctionConfigurationResult> | AbstractAWSLambdaAsync. getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) | 
| Future<GetFunctionConfigurationResult> | AWSLambdaAsync. getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
 Returns the version-specific settings of a Lambda function or version. | 
| 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. withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
 Connection settings for an Amazon EFS file system. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
 Connection settings for an Amazon EFS file system. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withFunctionArn(String functionArn)
 The function's Amazon Resource Name (ARN). | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withFunctionName(String functionName)
 The name of the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withHandler(String handler)
 The function that Lambda calls to begin executing your function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withImageConfigResponse(ImageConfigResponse imageConfigResponse)
 The function's image configuration values. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withKMSKeyArn(String kMSKeyArn)
 The KMS key that's 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. withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLastUpdateStatus(String lastUpdateStatus)
 The status of the last update that was performed on the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLastUpdateStatusReason(String lastUpdateStatusReason)
 The reason for the last update that was performed on the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
 The reason code for the last update that was performed on the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLastUpdateStatusReasonCode(String lastUpdateStatusReasonCode)
 The reason code for the last update that was performed on the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLayers(Collection<Layer> layers)
 The function's  layers. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withLayers(Layer... layers)
 The function's  layers. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withMasterArn(String masterArn)
 For Lambda@Edge functions, the ARN of the master function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withMemorySize(Integer memorySize)
 The amount of memory available to the function at runtime. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withPackageType(PackageType packageType)
 The type of deployment package. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withPackageType(String packageType)
 The type of deployment package. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withRevisionId(String revisionId)
 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. withSigningJobArn(String signingJobArn)
 The ARN of the signing job. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withSigningProfileVersionArn(String signingProfileVersionArn)
 The ARN of the signing profile version. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withState(State state)
 The current state of the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withState(String state)
 The current state of the function. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withStateReason(String stateReason)
 The reason for the function's current state. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withStateReasonCode(String stateReasonCode)
 The reason code for the function's current state. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withTimeout(Integer timeout)
 The amount of time in seconds that Lambda allows a function to run before stopping 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionConfigurationResult | GetFunctionConfigurationFunction. apply(GetFunctionConfigurationRequest getFunctionConfigurationRequest)Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
 corresponding result | 
Copyright © 2021. All rights reserved.