Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration |
FunctionConfiguration.clone() |
FunctionConfiguration |
GetFunctionResult.getConfiguration()
The configuration of the function or version.
|
FunctionConfiguration |
FunctionConfiguration.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
FunctionConfiguration |
FunctionConfiguration.withArchitectures(Collection<String> architectures)
The instruction set architecture that the function supports.
|
FunctionConfiguration |
FunctionConfiguration.withArchitectures(String... architectures)
The instruction set architecture that the function supports.
|
FunctionConfiguration |
FunctionConfiguration.withCodeSha256(String codeSha256)
The SHA256 hash of the function's deployment package.
|
FunctionConfiguration |
FunctionConfiguration.withCodeSize(Long codeSize)
The size of the function's deployment package, in bytes.
|
FunctionConfiguration |
FunctionConfiguration.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The function's dead letter queue.
|
FunctionConfiguration |
FunctionConfiguration.withDescription(String description)
The function's description.
|
FunctionConfiguration |
FunctionConfiguration.withEnvironment(EnvironmentResponse environment)
The function's environment
variables.
|
FunctionConfiguration |
FunctionConfiguration.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function’s /tmp directory in MB.
|
FunctionConfiguration |
FunctionConfiguration.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
FunctionConfiguration |
FunctionConfiguration.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
FunctionConfiguration |
FunctionConfiguration.withFunctionArn(String functionArn)
The function's Amazon Resource Name (ARN).
|
FunctionConfiguration |
FunctionConfiguration.withFunctionName(String functionName)
The name of the function.
|
FunctionConfiguration |
FunctionConfiguration.withHandler(String handler)
The function that Lambda calls to begin executing your function.
|
FunctionConfiguration |
FunctionConfiguration.withImageConfigResponse(ImageConfigResponse imageConfigResponse)
The function's image configuration values.
|
FunctionConfiguration |
FunctionConfiguration.withKMSKeyArn(String kMSKeyArn)
The KMS key that's used to encrypt the function's environment variables.
|
FunctionConfiguration |
FunctionConfiguration.withLastModified(String lastModified)
The date and time that the function was last updated, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).
|
FunctionConfiguration |
FunctionConfiguration.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
The status of the last update that was performed on the function.
|
FunctionConfiguration |
FunctionConfiguration.withLastUpdateStatus(String lastUpdateStatus)
The status of the last update that was performed on the function.
|
FunctionConfiguration |
FunctionConfiguration.withLastUpdateStatusReason(String lastUpdateStatusReason)
The reason for the last update that was performed on the function.
|
FunctionConfiguration |
FunctionConfiguration.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
FunctionConfiguration |
FunctionConfiguration.withLastUpdateStatusReasonCode(String lastUpdateStatusReasonCode)
The reason code for the last update that was performed on the function.
|
FunctionConfiguration |
FunctionConfiguration.withLayers(Collection<Layer> layers)
The function's layers.
|
FunctionConfiguration |
FunctionConfiguration.withLayers(Layer... layers)
The function's layers.
|
FunctionConfiguration |
FunctionConfiguration.withMasterArn(String masterArn)
For Lambda@Edge functions, the ARN of the main function.
|
FunctionConfiguration |
FunctionConfiguration.withMemorySize(Integer memorySize)
The amount of memory available to the function at runtime.
|
FunctionConfiguration |
FunctionConfiguration.withPackageType(PackageType packageType)
The type of deployment package.
|
FunctionConfiguration |
FunctionConfiguration.withPackageType(String packageType)
The type of deployment package.
|
FunctionConfiguration |
FunctionConfiguration.withRevisionId(String revisionId)
The latest updated revision of the function or alias.
|
FunctionConfiguration |
FunctionConfiguration.withRole(String role)
The function's execution role.
|
FunctionConfiguration |
FunctionConfiguration.withRuntime(Runtime runtime)
The runtime environment for the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withRuntime(String runtime)
The runtime environment for the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withSigningJobArn(String signingJobArn)
The ARN of the signing job.
|
FunctionConfiguration |
FunctionConfiguration.withSigningProfileVersionArn(String signingProfileVersionArn)
The ARN of the signing profile version.
|
FunctionConfiguration |
FunctionConfiguration.withState(State state)
The current state of the function.
|
FunctionConfiguration |
FunctionConfiguration.withState(String state)
The current state of the function.
|
FunctionConfiguration |
FunctionConfiguration.withStateReason(String stateReason)
The reason for the function's current state.
|
FunctionConfiguration |
FunctionConfiguration.withStateReasonCode(StateReasonCode stateReasonCode)
The reason code for the function's current state.
|
FunctionConfiguration |
FunctionConfiguration.withStateReasonCode(String stateReasonCode)
The reason code for the function's current state.
|
FunctionConfiguration |
FunctionConfiguration.withTimeout(Integer timeout)
The amount of time in seconds that Lambda allows a function to run before stopping it.
|
FunctionConfiguration |
FunctionConfiguration.withTracingConfig(TracingConfigResponse tracingConfig)
The function's X-Ray tracing configuration.
|
FunctionConfiguration |
FunctionConfiguration.withVersion(String version)
The version of the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
Modifier and Type | Method and Description |
---|---|
List<FunctionConfiguration> |
ListFunctionsResult.getFunctions()
A list of Lambda functions.
|
List<FunctionConfiguration> |
ListVersionsByFunctionResult.getVersions()
A list of Lambda function versions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResult.setConfiguration(FunctionConfiguration configuration)
The configuration of the function or version.
|
GetFunctionResult |
GetFunctionResult.withConfiguration(FunctionConfiguration configuration)
The configuration of the function or version.
|
ListFunctionsResult |
ListFunctionsResult.withFunctions(FunctionConfiguration... functions)
A list of Lambda functions.
|
ListVersionsByFunctionResult |
ListVersionsByFunctionResult.withVersions(FunctionConfiguration... versions)
A list of Lambda function versions.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFunctionsResult.setFunctions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
void |
ListVersionsByFunctionResult.setVersions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
ListFunctionsResult |
ListFunctionsResult.withFunctions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
ListVersionsByFunctionResult |
ListVersionsByFunctionResult.withVersions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
Copyright © 2022. All rights reserved.