| Package | Description |
|---|---|
| com.amazonaws.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static PackageType |
PackageType.fromValue(String value)
Use this in place of valueOf.
|
static PackageType |
PackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageType[] |
PackageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionConfiguration.setPackageType(PackageType packageType)
The type of deployment package.
|
void |
CreateFunctionRequest.setPackageType(PackageType packageType)
The type of deployment package.
|
void |
UpdateFunctionConfigurationResult.setPackageType(PackageType packageType)
The type of deployment package.
|
void |
GetFunctionConfigurationResult.setPackageType(PackageType packageType)
The type of deployment package.
|
void |
PublishVersionResult.setPackageType(PackageType packageType)
The type of deployment package.
|
void |
CreateFunctionResult.setPackageType(PackageType packageType)
The type of deployment package.
|
void |
UpdateFunctionCodeResult.setPackageType(PackageType packageType)
The type of deployment package.
|
FunctionConfiguration |
FunctionConfiguration.withPackageType(PackageType packageType)
The type of deployment package.
|
CreateFunctionRequest |
CreateFunctionRequest.withPackageType(PackageType packageType)
The type of deployment package.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withPackageType(PackageType packageType)
The type of deployment package.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withPackageType(PackageType packageType)
The type of deployment package.
|
PublishVersionResult |
PublishVersionResult.withPackageType(PackageType packageType)
The type of deployment package.
|
CreateFunctionResult |
CreateFunctionResult.withPackageType(PackageType packageType)
The type of deployment package.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withPackageType(PackageType packageType)
The type of deployment package.
|
Copyright © 2021. All rights reserved.