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 version-specific settings of a Lambda function or version.
|
GetFunctionConfigurationResult |
AWSLambdaClient.getFunctionConfiguration(GetFunctionConfigurationRequest request)
Returns the version-specific settings of a Lambda function or version.
|
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionConfigurationResult> |
AWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
Returns the version-specific settings of a Lambda function or version.
|
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 (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.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.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 memory that's allocated to the function.
|
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.withTimeout(Integer timeout)
The amount of time 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.
|
Copyright © 2019. All rights reserved.