Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
GetFunctionConfigurationResult |
AbstractAWSLambda.getFunctionConfiguration(GetFunctionConfigurationRequest request) |
GetFunctionConfigurationResult |
AWSLambdaClient.getFunctionConfiguration(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
Returns the configuration information of the Lambda function.
|
GetFunctionConfigurationResult |
AWSLambda.getFunctionConfiguration(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
Returns the configuration information of the Lambda function.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetFunctionConfigurationResult> |
AbstractAWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) |
java.util.concurrent.Future<GetFunctionConfigurationResult> |
AWSLambdaAsyncClient.getFunctionConfigurationAsync(GetFunctionConfigurationRequest request,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler) |
java.util.concurrent.Future<GetFunctionConfigurationResult> |
AWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
Returns the configuration information of the Lambda function.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.clone() |
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withCodeSha256(java.lang.String codeSha256)
It is the SHA256 hash of your function deployment package.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withCodeSize(java.lang.Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withDescription(java.lang.String description)
The user-provided description.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withFunctionArn(java.lang.String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withFunctionName(java.lang.String functionName)
The name of the function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withHandler(java.lang.String handler)
The function Lambda calls to begin executing your function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withLastModified(java.lang.String lastModified)
The time stamp of the last time you updated the function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withMemorySize(java.lang.Integer memorySize)
The memory size, in MB, you configured for the function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withRole(java.lang.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(java.lang.String runtime)
The runtime environment for the Lambda function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withTimeout(java.lang.Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withVersion(java.lang.String version)
The version of the Lambda function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionConfigurationResult |
GetFunctionConfigurationResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |