Uses of Class
com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Packages that use GetFunctionConfigurationResult
-
Uses of GetFunctionConfigurationResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return GetFunctionConfigurationResultModifier and TypeMethodDescriptionAbstractAWSLambda.getFunctionConfiguration
(GetFunctionConfigurationRequest request) AWSLambda.getFunctionConfiguration
(GetFunctionConfigurationRequest getFunctionConfigurationRequest) Returns the configuration information of the Lambda function.AWSLambdaClient.getFunctionConfiguration
(GetFunctionConfigurationRequest getFunctionConfigurationRequest) Returns the configuration information of the Lambda function.Methods in com.amazonaws.services.lambda that return types with arguments of type GetFunctionConfigurationResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest request) AbstractAWSLambdaAsync.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest request, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult> asyncHandler) AWSLambdaAsync.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest getFunctionConfigurationRequest) Returns the configuration information of the Lambda function.AWSLambdaAsync.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest getFunctionConfigurationRequest, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult> asyncHandler) Returns the configuration information of the Lambda function.AWSLambdaAsyncClient.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest request) AWSLambdaAsyncClient.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest request, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type GetFunctionConfigurationResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest request, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult> asyncHandler) AWSLambdaAsync.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest getFunctionConfigurationRequest, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult> asyncHandler) Returns the configuration information of the Lambda function.AWSLambdaAsyncClient.getFunctionConfigurationAsync
(GetFunctionConfigurationRequest request, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult> asyncHandler) -
Uses of GetFunctionConfigurationResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return GetFunctionConfigurationResultModifier and TypeMethodDescriptionGetFunctionConfigurationResult.clone()
GetFunctionConfigurationResult.withCodeSha256
(String codeSha256) It is the SHA256 hash of your function deployment package.GetFunctionConfigurationResult.withCodeSize
(Long codeSize) The size, in bytes, of the function .zip file you uploaded.GetFunctionConfigurationResult.withDescription
(String description) The user-provided description.GetFunctionConfigurationResult.withFunctionArn
(String functionArn) The Amazon Resource Name (ARN) assigned to the function.GetFunctionConfigurationResult.withFunctionName
(String functionName) The name of the function.GetFunctionConfigurationResult.withHandler
(String handler) The function Lambda calls to begin executing your function.GetFunctionConfigurationResult.withLastModified
(String lastModified) The time stamp of the last time you updated the function.GetFunctionConfigurationResult.withMemorySize
(Integer memorySize) The memory size, in MB, you configured for the function.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.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.GetFunctionConfigurationResult.withRuntime
(String runtime) The runtime environment for the Lambda function.GetFunctionConfigurationResult.withTimeout
(Integer timeout) The function execution time at which Lambda should terminate the function.GetFunctionConfigurationResult.withVersion
(String version) The version of the Lambda function.GetFunctionConfigurationResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.